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: 2011-1~335 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=552fc421b54303fbaad57b4596350e1bc4ed6674;p=openembedded-core.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 5044917c62..015065e4d7 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"