From: Richard Purdie Date: Tue, 14 Jan 2014 16:42:35 +0000 (+0000) Subject: python-nose: Add BBCLASSEXTEND for native/nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34858 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78711c887520c88d733182a80edac49650a7e94f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-nose: Add BBCLASSEXTEND for native/nativesdk Without this, nativesdk-python-numpy doesn't build. Signed-off-by: Richard Purdie --- 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 083d0521df1..a59f77c6a9d 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"