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

packages/xorg-proto/xorg-proto-common.inc

index 248bbc7..c2b4757 100644 (file)
@@ -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}"