mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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:
committed by
Richard Purdie
parent
78a2bdae65
commit
780565b368
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user