From: Richard Purdie Date: Fri, 19 Aug 2011 23:27:29 +0000 (-0700) Subject: xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds X-Git-Tag: 2011-1~281 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9134800548a03bfe3a7e351a15f2129bcb3cc680;p=openembedded-core.git xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb index 40c47da560..c121bb947c 100644 --- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb +++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb @@ -21,3 +21,5 @@ inherit autotools pkgconfig RDEPENDS_${PN}-dev = "" RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index 85f89be48d..bab51121e1 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc @@ -23,4 +23,4 @@ RDEPENDS_${PN}-dev = "" RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" DEPENDS_append_virtclass-native = " python-native" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"