[oe-commits] Mike Westerhof : xorg-util: util-macros - set ALLOW_EMPTY; fixes dependency problem with SDKs

GIT User account git at amethyst.openembedded.net
Mon Nov 3 02:09:11 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7ad16584c9ba9e92ed5d08cd71f8a4b1ca53fb94
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ad16584c9ba9e92ed5d08cd71f8a4b1ca53fb94

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Nov  2 20:06:40 2008 -0600

xorg-util: util-macros - set ALLOW_EMPTY; fixes dependency problem with SDKs
Note: PR not bumped for this change since this is affects very few users.

---

 packages/xorg-util/util-macros_1.1.5.bb |    2 ++
 packages/xorg-util/util-macros_1.1.6.bb |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/xorg-util/util-macros_1.1.5.bb b/packages/xorg-util/util-macros_1.1.5.bb
index 22634bf..46fc0a8 100644
--- a/packages/xorg-util/util-macros_1.1.5.bb
+++ b/packages/xorg-util/util-macros_1.1.5.bb
@@ -4,4 +4,6 @@ DESCRIPTION = "X autotools macros"
 PR = "r1"
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
diff --git a/packages/xorg-util/util-macros_1.1.6.bb b/packages/xorg-util/util-macros_1.1.6.bb
index ae656f3..4775fc6 100644
--- a/packages/xorg-util/util-macros_1.1.6.bb
+++ b/packages/xorg-util/util-macros_1.1.6.bb
@@ -2,3 +2,5 @@ require xorg-util-common.inc
 
 DESCRIPTION = "X autotools macros"
 PE = "1"
+
+ALLOW_EMPTY = "1"





More information about the Openembedded-commits mailing list