xorg-util: util-macros - set ALLOW_EMPTY; fixes dependency problem with SDKs
authorMike Westerhof <mwester@dls.net>
Mon, 3 Nov 2008 02:06:40 +0000 (20:06 -0600)
committerMike Westerhof <mwester@dls.net>
Mon, 3 Nov 2008 02:06:40 +0000 (20:06 -0600)
Note: PR not bumped for this change since this is affects very few users.

packages/xorg-util/util-macros_1.1.5.bb
packages/xorg-util/util-macros_1.1.6.bb

index 22634bf..46fc0a8 100644 (file)
@@ -4,4 +4,6 @@ DESCRIPTION = "X autotools macros"
 PR = "r1"
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
index ae656f3..4775fc6 100644 (file)
@@ -2,3 +2,5 @@ require xorg-util-common.inc
 
 DESCRIPTION = "X autotools macros"
 PE = "1"
+
+ALLOW_EMPTY = "1"