From 780565b368e0885d5ecf03f1718950683f143ff9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 5 Jul 2018 13:29:19 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') 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() { -- cgit v1.2.3-54-g00ecf