summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python-numpy_1.4.1.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-devtools/python/python-numpy_1.4.1.bbappend b/recipes-devtools/python/python-numpy_1.4.1.bbappend
deleted file mode 100644
index 7f5e534..0000000
--- a/recipes-devtools/python/python-numpy_1.4.1.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-PRINC = "1"
-# This is a ugly, ugly hack - Koen
-do_compile_prepend() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${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/
-} \ No newline at end of file