[oe-commits] [openembedded-core] 02/17: python-numpy: set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Fri Jul 6 21:55:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 67ae24ddb2bebbf8b1c455b8968f8c69844afb9d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jul 5 13:29:19 2018 +0100

    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 <ross.burton at intel.com>
---
 meta/recipes-devtools/python-numpy/python-numpy.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 1d822fa..1b51f7b 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list