summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-nose_1.2.1.bb
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 17:03:58 +0000
commitaafc91a21752ba70d046b9ea49d25331a5094151 (patch)
tree8e9dbf7afce8235ba383caf8d691144dff3c05dd /meta/recipes-devtools/python/python-nose_1.2.1.bb
parent8069a883bd522e9f9f35a978937bf60f9f74a1ae (diff)
downloadast2050-yocto-poky-aafc91a21752ba70d046b9ea49d25331a5094151.zip
ast2050-yocto-poky-aafc91a21752ba70d046b9ea49d25331a5094151.tar.gz
python-nose: Add BBCLASSEXTEND for native/nativesdk
Without this, nativesdk-python-numpy doesn't build. (From OE-Core rev: 78711c887520c88d733182a80edac49650a7e94f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-nose_1.2.1.bb')
-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 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"
OpenPOWER on IntegriCloud