diff options
Diffstat (limited to 'meta/packages/xcb/libpthread-stubs_0.1.bb')
-rw-r--r-- | meta/packages/xcb/libpthread-stubs_0.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.1.bb new file mode 100644 index 0000000000..9614a74a68 --- /dev/null +++ b/meta/packages/xcb/libpthread-stubs_0.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "This library provides weak aliases for pthread functions \ | ||
2 | not provided in libc or otherwise available by default." | ||
3 | SECTION = "x11/libs" | ||
4 | LICENSE = "MIT-X" | ||
5 | HOMEPAGE = "http://xcb.freedesktop.org" | ||
6 | |||
7 | PARALLEL_MAKE = "" | ||
8 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" | ||
9 | # DEPENDS += "xsltproc-native gperf-native" | ||
10 | |||
11 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||