From 37e6594c7c6aae793bd5e9bde2b633c050a51e81 Mon Sep 17 00:00:00 2001 From: Qing He Date: Tue, 6 Jul 2010 14:10:09 +0800 Subject: [PATCH] libpthread-stubs: upgrade to version 0.3 from 0.1 Signed-off-by: Qing He --- .../xcb/{libpthread-stubs_0.1.bb => libpthread-stubs_0.3.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/packages/xcb/{libpthread-stubs_0.1.bb => libpthread-stubs_0.3.bb} (87%) diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.3.bb similarity index 87% rename from meta/packages/xcb/libpthread-stubs_0.1.bb rename to 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" BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB" SECTION = "x11/libs" LICENSE = "MIT" -PR = "r1" +LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad" +PR = "r0" PARALLEL_MAKE = "" #DEPENDS = "xcb-proto xproto libxau libxslt-native"