summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMing Liu <ming.liu@windriver.com>2014-01-06 16:12:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:16 +0000
commit14810468116cdf5568a9c6f6f664e458879eadc1 (patch)
treeaddd7ed9e3d5931acee5075dc5c4cb54b9763693 /meta
parent0903aab236fce1265183be11f78ad14dbcf3ef5b (diff)
downloadpoky-14810468116cdf5568a9c6f6f664e458879eadc1.tar.gz
libpthread-stubs: should set ALLOW_EMPTY
The package might be empty while pthread functions are being provided by libc, so we need set ALLOW_EMPTY with it or it will break do_rootfs task. (From OE-Core master rev: 53efd76f7955375986a036924513bb374a918f0b) (From OE-Core rev: 0043f274d7670eb72b762c75a4f116673000b226) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
index c121bb947c..22029f01f5 100644
--- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
+++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
@@ -12,6 +12,8 @@ PARALLEL_MAKE = ""
12#DEPENDS = "xcb-proto xproto libxau libxslt-native" 12#DEPENDS = "xcb-proto xproto libxau libxslt-native"
13# DEPENDS += "xsltproc-native gperf-native" 13# DEPENDS += "xsltproc-native gperf-native"
14 14
15ALLOW_EMPTY_${PN} = "1"
16
15SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" 17SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
16 18
17SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" 19SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee"