aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 16:42:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 16:43:32 +0000
commit78711c887520c88d733182a80edac49650a7e94f (patch)
tree6b4b548a209b51d9b34892c28e6b79fd5c824447
parentd716f63d5785fa9239497d25bffc5035a9e58d28 (diff)
downloadopenembedded-core-contrib-78711c887520c88d733182a80edac49650a7e94f.tar.gz
python-nose: Add BBCLASSEXTEND for native/nativesdk
Without this, nativesdk-python-numpy doesn't build. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-nose_1.2.1.bb2
1 files changed, 2 insertions, 0 deletions
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 083d0521df..a59f77c6a9 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"