From: Mike Westerhof Date: Mon, 3 Nov 2008 02:06:40 +0000 (-0600) Subject: xorg-util: util-macros - set ALLOW_EMPTY; fixes dependency problem with SDKs X-Git-Tag: Release-2010-05/1~5493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad16584c9ba9e92ed5d08cd71f8a4b1ca53fb94;p=openembedded.git 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. --- diff --git a/packages/xorg-util/util-macros_1.1.5.bb b/packages/xorg-util/util-macros_1.1.5.bb index 22634bffd2..46fc0a8d19 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 ae656f3707..4775fc6901 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"