From 2e6c889008d6490c8168e08b0a5b4c856c6fcd1c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 18 Nov 2009 10:27:28 +0100 Subject: libpthread-stubs: add version 0.2 --- recipes/xcb/libpthread-stubs_0.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/xcb/libpthread-stubs_0.2.bb (limited to 'recipes/xcb') 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 +} -- cgit 1.2.3-korg