[oe-commits] Koen Kooi : python-numpy 1.4.1: update hack to find the new location for python-native

git at git.openembedded.org git at git.openembedded.org
Tue Oct 9 09:14:33 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 96fb528a77b352fc004f058849713bf7b1026e42
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=96fb528a77b352fc004f058849713bf7b1026e42

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Oct  5 12:01:31 2012 +0200

python-numpy 1.4.1: update hack to find the new location for python-native

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-devtools/python/python-numpy_1.4.1.bb  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
index c1923f7..bb4e78a 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
@@ -24,7 +24,7 @@ inherit distutils
 # This is a ugly, ugly hack - Koen
 do_compile_prepend() {
          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
 	 cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/
 }





More information about the Openembedded-commits mailing list