[oe-commits] Martin Jansa : libpthread-stubs: add version 0.2

git version control git at git.openembedded.org
Wed Nov 18 09:30:32 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: cb10a46ed1c459b292a52000a907f4d1d93eac2f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb10a46ed1c459b292a52000a907f4d1d93eac2f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 10:27:28 2009 +0100

libpthread-stubs: add version 0.2

---

 recipes/xcb/libpthread-stubs_0.2.bb |   17 +++++++++++++++++
 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 0000000..9614a74
--- /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
+}





More information about the Openembedded-commits mailing list