[oe-commits] Richard Purdie : xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds

git version control git at git.openembedded.org
Fri Aug 19 23:29:13 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 9134800548a03bfe3a7e351a15f2129bcb3cc680
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9134800548a03bfe3a7e351a15f2129bcb3cc680

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug 19 16:27:29 2011 -0700

xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb |    2 ++
 meta/recipes-graphics/xcb/xcb-proto.inc           |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
index 40c47da..c121bb9 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 85f89be..bab5112 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"





More information about the Openembedded-commits mailing list