diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-05 13:29:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-06 22:55:02 +0100 |
commit | 780565b368e0885d5ecf03f1718950683f143ff9 (patch) | |
tree | 65f8930662a4ca946474b0b4c104b5540ac3677a /meta/recipes-devtools/python-numpy | |
parent | 78a2bdae65713fcbe719fb3810416ba88d4ccc28 (diff) | |
download | poky-780565b368e0885d5ecf03f1718950683f143ff9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 = " \ | |||
77 | 77 | ||
78 | S = "${WORKDIR}/numpy-${PV}" | 78 | S = "${WORKDIR}/numpy-${PV}" |
79 | 79 | ||
80 | CLEANBROKEN = "1" | ||
81 | |||
80 | # Make the build fail and replace *config.h with proper one | 82 | # Make the build fail and replace *config.h with proper one |
81 | # This is a ugly, ugly hack - Koen | 83 | # This is a ugly, ugly hack - Koen |
82 | do_compile_prepend_class-target() { | 84 | do_compile_prepend_class-target() { |