From: Martin Jansa Date: Wed, 18 Nov 2009 09:27:28 +0000 (+0100) Subject: libpthread-stubs: add version 0.2 X-Git-Tag: Release-2010-05/1~1195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6c889008d6490c8168e08b0a5b4c856c6fcd1c;p=openembedded.git libpthread-stubs: add version 0.2 --- 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 +}