aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 10:27:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-22 13:42:23 +0100
commit2e6c889008d6490c8168e08b0a5b4c856c6fcd1c (patch)
tree40b3a66087a2d942b9e769e349eafaa5fc25ba9f /recipes/xcb
parentd322bab0dda1c6b476e305701fd3f982f978a07a (diff)
downloadopenembedded-2e6c889008d6490c8168e08b0a5b4c856c6fcd1c.tar.gz
libpthread-stubs: add version 0.2
Diffstat (limited to 'recipes/xcb')
-rw-r--r--recipes/xcb/libpthread-stubs_0.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/xcb/libpthread-stubs_0.2.bb b/recipes/xcb/libpthread-stubs_0.2.bb
new file mode 100644
index 0000000000..9614a74a68
--- /dev/null
+++ b/recipes/xcb/libpthread-stubs_0.2.bb
@@ -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
+}