aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-05 13:29:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-06 22:54:56 +0100
commit67ae24ddb2bebbf8b1c455b8968f8c69844afb9d (patch)
tree6ddf3077f0af61c92ab462e9ff4e95daff2eb5ab /meta/recipes-devtools
parent147da8fe7458a38598845958cb358bb094eba57b (diff)
downloadopenembedded-core-contrib-67ae24ddb2bebbf8b1c455b8968f8c69844afb9d.tar.gz
python-numpy: set CLEANBROKEN
The distutils class is about to do a clean via "setup.py clean", but numpy doesn't support this and errors. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python-numpy/python-numpy.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 1d822fa3fe..1b51f7baaf 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy.inc
+++ b/meta/recipes-devtools/python-numpy/python-numpy.inc
@@ -77,6 +77,8 @@ CONFIGFILESURI_riscv64 = " \
S = "${WORKDIR}/numpy-${PV}"
+CLEANBROKEN = "1"
+
# Make the build fail and replace *config.h with proper one
# This is a ugly, ugly hack - Koen
do_compile_prepend_class-target() {