diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 18:23:17 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 18:23:17 +0100 |
commit | a25da5c491ac2a3820be7aaa7fa507fe7ca8b354 (patch) | |
tree | d8162d4d8d6aaf5f129e203b6bc9d3ccead522f7 /packages/xorg-util | |
parent | 9e167064390ce3bff7425be5c002ed3f1e7eb1d1 (diff) | |
parent | 828ced10e6eaf2048a8fd7ee7263807fab9d784d (diff) |
Merge commit 'origin/org.openembedded.dev' into holger/openmoko-merges
Diffstat (limited to 'packages/xorg-util')
-rw-r--r-- | packages/xorg-util/util-macros_1.1.5.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/util-macros_1.1.6.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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" |