aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 17:50:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 22:29:46 +0200
commit83d7f52b5d4cd4ed90a823a897237ca11756c942 (patch)
treec6d79892ba9960e1e2ff5450604bc3933ef37298 /recipes/xcb
parentbce1c1b96d01b4c86bfad694f03773d9f16ffc47 (diff)
downloadopenembedded-83d7f52b5d4cd4ed90a823a897237ca11756c942.tar.gz
xcb-proto: add native and nativesdk BBCLASSEXTEND
* needed for libxcb-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xcb')
-rw-r--r--recipes/xcb/xcb-proto.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index 0d89dfc776..449d915908 100644
--- a/recipes/xcb/xcb-proto.inc
+++ b/recipes/xcb/xcb-proto.inc
@@ -5,6 +5,8 @@ HOMEPAGE = "http://xcb.freedesktop.org"
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
+BBCLASSEXTEND = "native nativesdk"
+
inherit autotools pkgconfig
INC_PR = "r2"