Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] python-numpy: set CLEANBROKEN
@ 2018-07-05 15:58 Ross Burton
  2018-07-05 15:58 ` [PATCH 2/2] distutils: clean the build tree in do_configure Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2018-07-05 15:58 UTC (permalink / raw)
  To: openembedded-core

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@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 1d822fa3fe3..1b51f7baaf2 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() {
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-09  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05 15:58 [PATCH 1/2] python-numpy: set CLEANBROKEN Ross Burton
2018-07-05 15:58 ` [PATCH 2/2] distutils: clean the build tree in do_configure Ross Burton
2018-07-08  0:57   ` Khem Raj
2018-07-09  9:38     ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox