diff options
author | Ming Liu <ming.liu@windriver.com> | 2014-01-06 16:12:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 22:17:29 +0000 |
commit | 741a8941625a978ce877fd833463903eb31011be (patch) | |
tree | e002a8ee8c63e312bf64f4ef693bf94df6ff719a /meta/recipes-graphics | |
parent | 26a3116cbcfffc65cf240e4985d77504e8ebb1aa (diff) | |
download | poky-741a8941625a978ce877fd833463903eb31011be.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 rev: 53efd76f7955375986a036924513bb374a918f0b)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb index ad046d19c8..3e7ef27bed 100644 --- a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb | |||
@@ -11,6 +11,8 @@ PARALLEL_MAKE = "" | |||
11 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" | 11 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" |
12 | # DEPENDS += "xsltproc-native gperf-native" | 12 | # DEPENDS += "xsltproc-native gperf-native" |
13 | 13 | ||
14 | ALLOW_EMPTY_${PN} = "1" | ||
15 | |||
14 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" | 16 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" |
15 | 17 | ||
16 | SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" | 18 | SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" |