diff mbox series

[1/2] python-numpy: set CLEANBROKEN

Message ID 20180705155805.20847-1-ross.burton@intel.com
State Accepted
Commit 67ae24ddb2bebbf8b1c455b8968f8c69844afb9d
Headers show
Series [1/2] python-numpy: set CLEANBROKEN | expand

Commit Message

Ross Burton July 5, 2018, 3:58 p.m. UTC
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>

---
 meta/recipes-devtools/python-numpy/python-numpy.inc | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 1d822fa3fe3..1b51f7baaf2 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() {