From: Dmitry Eremin-Solenikov Date: Mon, 15 Aug 2011 15:48:43 +0000 (+0400) Subject: libxcb: enable native/nativesdk builds as was done previously in meta-oe X-Git-Tag: yocto-4.0~40035 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=552fc421b54303fbaad57b4596350e1bc4ed6674;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxcb: enable native/nativesdk builds as was done previously in meta-oe Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 5044917c626..015065e4d7a 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc @@ -5,6 +5,8 @@ the protocol, improved threading support, and extensibility." HOMEPAGE = "http://xcb.freedesktop.org" BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" +BBCLASSEXTEND = "native nativesdk" + SECTION = "x11/libs" LICENSE = "MIT-X"