From: Ross Burton Date: Thu, 5 Jul 2018 12:29:19 +0000 (+0100) Subject: python-numpy: set CLEANBROKEN X-Git-Tag: uninative-2.2~164 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67ae24ddb2bebbf8b1c455b8968f8c69844afb9d;p=openembedded-core.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 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() {