libxcb: add native and nativesdk BBCLASSEXTEND
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 28 Sep 2010 15:51:10 +0000 (17:51 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 28 Sep 2010 20:29:47 +0000 (22:29 +0200)
* needed for libx11-native-1.3.99.902 and newer where --witout-xcb is no longer available

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xcb/libxcb.inc

index 4cbc11b..9fb3377 100644 (file)
@@ -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 \