mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:39:29 +00:00
python-numpy 1.4.1: update hack to find the new location for python-native
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
72405b62f2
commit
96fb528a77
@ -24,7 +24,7 @@ inherit distutils
|
|||||||
# This is a ugly, ugly hack - Koen
|
# This is a ugly, ugly hack - Koen
|
||||||
do_compile_prepend() {
|
do_compile_prepend() {
|
||||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||||
${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \
|
${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \
|
||||||
true
|
true
|
||||||
cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/
|
cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user