From: Mike Westerhof Date: Mon, 3 Nov 2008 02:04:20 +0000 (-0600) Subject: xorg-proto: set ALLOW_EMPTY; fixes dependency problem with SDKs X-Git-Tag: Release-2010-05/1~5494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466fbd2dd38d285a5109278b822646564939dc42;p=openembedded.git xorg-proto: set ALLOW_EMPTY; fixes dependency problem with SDKs Note: PR not bumped for this change since this is affects very few users. --- diff --git a/packages/xorg-proto/xorg-proto-common.inc b/packages/xorg-proto/xorg-proto-common.inc index 248bbc7e11..c2b47572cf 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}"