summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-03-10 23:24:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:00:11 +0200
commit86721b7cae7173ddc9e55d0eb227c542fbcdb6dd (patch)
treed875285581f6ebf9731418be4a0b1a139ac8430e /recipes-devtools
parent0a5c115ccd72d0c85cf1ff38e7cde3f5738398de (diff)
python-numpy: bbappend deleted, now fixed in openembedded layer
Diffstat (limited to 'recipes-devtools')
-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