diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-02 15:51:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:30 +0100 |
commit | 07418678b3303ec60aa4bab5fe6af674a04e6f6a (patch) | |
tree | daefe34a0cbc93f8c117166d4e7deb62cabe4365 /meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb | |
parent | e96e7afe8020254cb37d78bfb5fb2c95085a940f (diff) | |
download | poky-07418678b3303ec60aa4bab5fe6af674a04e6f6a.tar.gz |
libpthread-stubs: upgrade to 0.4
(From OE-Core rev: 38658c2460f0a9f47e0ab6e5caacdabb3fb6ab78)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb new file mode 100644 index 0000000000..a699841255 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "Library that provides weak aliases for pthread functions" | ||
2 | DESCRIPTION = "This library provides weak aliases for pthread functions \ | ||
3 | not provided in libc or otherwise available by default." | ||
4 | HOMEPAGE = "http://xcb.freedesktop.org" | ||
5 | BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB" | ||
6 | SECTION = "x11/libs" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad" | ||
9 | |||
10 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" | ||
11 | # DEPENDS += "xsltproc-native gperf-native" | ||
12 | |||
13 | ALLOW_EMPTY_${PN} = "1" | ||
14 | |||
15 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" | ||
16 | |||
17 | SRC_URI[md5sum] = "48c1544854a94db0e51499cc3afd797f" | ||
18 | SRC_URI[sha256sum] = "e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | RDEPENDS_${PN}-dev = "" | ||
23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||