From: Martin Jansa Date: Tue, 28 Sep 2010 15:51:10 +0000 (+0200) Subject: libxcb: add native and nativesdk BBCLASSEXTEND X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc04974d41f8b32cd267cdad23370abfd710b27;p=openembedded.git libxcb: add native and nativesdk BBCLASSEXTEND * needed for libx11-native-1.3.99.902 and newer where --witout-xcb is no longer available Signed-off-by: Martin Jansa --- diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc index 4cbc11be0c..9fb33771ce 100644 --- a/recipes/xcb/libxcb.inc +++ b/recipes/xcb/libxcb.inc @@ -4,11 +4,12 @@ LICENSE = "MIT-X" HOMEPAGE = "http://xcb.freedesktop.org" PARALLEL_MAKE = "" +BBCLASSEXTEND = "native nativesdk" DEPENDS = "xcb-proto xproto libxau libxslt-native" # DEPENDS += "xsltproc-native gperf-native" INC_PR = "r3" -SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ +SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2 \ file://configure.patch;striplevel=0" PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \