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>
This commit is contained in:
Ross Burton
2018-07-05 13:29:19 +01:00
committed by Richard Purdie
parent 78a2bdae65
commit 780565b368

View File

@@ -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() {