summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-06 14:10:09 +0800
committerJoshua Lock <josh@linux.intel.com>2010-07-07 17:14:02 +0100
commit37e6594c7c6aae793bd5e9bde2b633c050a51e81 (patch)
treeb9666eca90692c4dbb065626ea8c96f9ceecd4c9 /meta/packages
parentf481c5dd3954fcc80cedea960b5e2faa96971200 (diff)
downloadpoky-37e6594c7c6aae793bd5e9bde2b633c050a51e81.tar.gz
libpthread-stubs: upgrade to version 0.3
from 0.1 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/xcb/libpthread-stubs_0.3.bb (renamed from meta/packages/xcb/libpthread-stubs_0.1.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.3.bb
index 3a367c4400..8ded7a0747 100644
--- a/meta/packages/xcb/libpthread-stubs_0.1.bb
+++ b/meta/packages/xcb/libpthread-stubs_0.3.bb
@@ -4,7 +4,8 @@ HOMEPAGE = "http://xcb.freedesktop.org"
4BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB" 4BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB"
5SECTION = "x11/libs" 5SECTION = "x11/libs"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r1" 7LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad"
8PR = "r0"
8 9
9PARALLEL_MAKE = "" 10PARALLEL_MAKE = ""
10#DEPENDS = "xcb-proto xproto libxau libxslt-native" 11#DEPENDS = "xcb-proto xproto libxau libxslt-native"