[oe-commits] Martin Jansa : libxcb: add native and nativesdk BBCLASSEXTEND

git version control git at git.openembedded.org
Tue Sep 28 20:36:16 UTC 2010


Module: openembedded.git
Branch: master
Commit: 2fc04974d41f8b32cd267cdad23370abfd710b27
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2fc04974d41f8b32cd267cdad23370abfd710b27

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Sep 28 17:51:10 2010 +0200

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 <Martin.Jansa at gmail.com>

---

 recipes/xcb/libxcb.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc
index 4cbc11b..9fb3377 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 \





More information about the Openembedded-commits mailing list