From: Ross Burton Date: Thu, 5 Jul 2018 12:29:19 +0000 (+0100) Subject: python-numpy: set CLEANBROKEN X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ae24ddb2bebbf8b1c455b8968f8c69844afb9d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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() {