libpthread-stubs: add version 0.2
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 18 Nov 2009 09:27:28 +0000 (10:27 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 22 Dec 2009 12:42:23 +0000 (13:42 +0100)
recipes/xcb/libpthread-stubs_0.2.bb [new file with mode: 0644]

diff --git a/recipes/xcb/libpthread-stubs_0.2.bb b/recipes/xcb/libpthread-stubs_0.2.bb
new file mode 100644 (file)
index 0000000..9614a74
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "This library provides weak aliases for pthread functions \
+not provided in libc or otherwise available by default."
+SECTION = "x11/libs"
+LICENSE = "MIT-X"
+HOMEPAGE = "http://xcb.freedesktop.org"
+
+PARALLEL_MAKE = ""
+#DEPENDS = "xcb-proto xproto libxau libxslt-native"
+# DEPENDS += "xsltproc-native gperf-native"
+
+SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}