[oe] [meta-python][PATCH 2/2] python3-lxml, python3-pandas, python3-protobuf: Set CLEANBROKEN

Khem Raj raj.khem at gmail.com
Sun Jul 8 08:06:40 UTC 2018


The distutils class got a clean via "setup.py clean", but these
recipes doesn't support this yet so disable clean target during
configure

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb     | 1 +
 meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb  | 1 +
 meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb | 1 +
 3 files changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb
index ff4bc7faad..b95d7bae71 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb
@@ -1,2 +1,3 @@
 inherit setuptools3
 require python-lxml.inc
+CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb b/meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb
index b5dd5e0924..c1e57189cf 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb
@@ -1,2 +1,3 @@
 inherit setuptools3
 require python-pandas.inc
+CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
index 781d1dc4da..53d5528c4b 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
@@ -1,2 +1,3 @@
 inherit setuptools3
 require python-protobuf.inc
+CLEANBROKEN = "1"
-- 
2.18.0




More information about the Openembedded-devel mailing list