diff options
author | Mike Westerhof <mwester@dls.net> | 2008-11-02 20:06:40 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-11-02 20:06:40 -0600 |
commit | 7ad16584c9ba9e92ed5d08cd71f8a4b1ca53fb94 (patch) | |
tree | dd5a7d980d26c790f8290522df8756d59a3a2763 /packages/xorg-util/util-macros_1.1.6.bb | |
parent | 466fbd2dd38d285a5109278b822646564939dc42 (diff) |
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.
Diffstat (limited to 'packages/xorg-util/util-macros_1.1.6.bb')
-rw-r--r-- | packages/xorg-util/util-macros_1.1.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |