python-numpy: add native support

The compile hack to use a correct config.h isn't needed for native builds, so
mark it as target-specific.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ross Burton
2013-11-18 15:40:20 +00:00
committed by Martin Jansa
parent 63dda30632
commit c13c5f4016
@@ -40,7 +40,7 @@ inherit distutils
# Make the build fail and replace *config.h with proper one
# This is a ugly, ugly hack - Koen
do_compile_prepend() {
do_compile_prepend_class-target() {
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \
true
@@ -72,3 +72,7 @@ RDEPENDS_${PN} = "python-unittest \
python-subprocess \
python-compression \
"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native nativesdk"