[oe-commits] Mike Westerhof : xorg-proto: 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: 466fbd2dd38d285a5109278b822646564939dc42
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=466fbd2dd38d285a5109278b822646564939dc42

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

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

---

 packages/xorg-proto/xorg-proto-common.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/xorg-proto/xorg-proto-common.inc b/packages/xorg-proto/xorg-proto-common.inc
index 248bbc7..c2b4757 100644
--- a/packages/xorg-proto/xorg-proto-common.inc
+++ b/packages/xorg-proto/xorg-proto-common.inc
@@ -5,6 +5,8 @@ LICENSE = "MIT-X"
 
 XORG_PN = "${PN}"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2"
 
 S = "${WORKDIR}/${XORG_PN}-${PV}"





More information about the Openembedded-commits mailing list