summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb/libpthread-stubs_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xcb/libpthread-stubs_0.1.bb')
-rw-r--r--meta/packages/xcb/libpthread-stubs_0.1.bb17
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 @@
1DESCRIPTION = "This library provides weak aliases for pthread functions \
2not provided in libc or otherwise available by default."
3SECTION = "x11/libs"
4LICENSE = "MIT-X"
5HOMEPAGE = "http://xcb.freedesktop.org"
6
7PARALLEL_MAKE = ""
8#DEPENDS = "xcb-proto xproto libxau libxslt-native"
9# DEPENDS += "xsltproc-native gperf-native"
10
11SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
12
13inherit autotools pkgconfig
14
15do_stage() {
16 autotools_stage_all
17}