summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/python-numpy.inc
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:55:02 +0100
commit780565b368e0885d5ecf03f1718950683f143ff9 (patch)
tree65f8930662a4ca946474b0b4c104b5540ac3677a /meta/recipes-devtools/python-numpy/python-numpy.inc
parent78a2bdae65713fcbe719fb3810416ba88d4ccc28 (diff)
downloadpoky-780565b368e0885d5ecf03f1718950683f143ff9.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. (From OE-Core rev: 67ae24ddb2bebbf8b1c455b8968f8c69844afb9d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
-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 = " \
77 77
78S = "${WORKDIR}/numpy-${PV}" 78S = "${WORKDIR}/numpy-${PV}"
79 79
80CLEANBROKEN = "1"
81
80# Make the build fail and replace *config.h with proper one 82# Make the build fail and replace *config.h with proper one
81# This is a ugly, ugly hack - Koen 83# This is a ugly, ugly hack - Koen
82do_compile_prepend_class-target() { 84do_compile_prepend_class-target() {