[oe-commits] Richard Purdie : python-nose: Add BBCLASSEXTEND for native/nativesdk

git at git.openembedded.org git at git.openembedded.org
Tue Jan 14 17:00:19 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jan 14 16:42:35 2014 +0000

python-nose: Add BBCLASSEXTEND for native/nativesdk

Without this, nativesdk-python-numpy doesn't build.

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

---

 meta/recipes-devtools/python/python-nose_1.2.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python-nose_1.2.1.bb b/meta/recipes-devtools/python/python-nose_1.2.1.bb
index 083d052..a59f77c 100644
--- a/meta/recipes-devtools/python/python-nose_1.2.1.bb
+++ b/meta/recipes-devtools/python/python-nose_1.2.1.bb
@@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a
 S = "${WORKDIR}/nose-${PV}"
 
 inherit distutils
+
+BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list