From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 2/2] python3-lxml, python3-pandas, python3-protobuf: Set CLEANBROKEN
Date: Sun, 8 Jul 2018 01:06:40 -0700 [thread overview]
Message-ID: <20180708080640.39121-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20180708080640.39121-1-raj.khem@gmail.com>
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@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
next prev parent reply other threads:[~2018-07-08 8:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-08 8:06 [meta-oe][PATCH 1/2] kpatch: Mark it incompatible with musl Khem Raj
2018-07-08 8:06 ` Khem Raj [this message]
2018-07-09 9:52 ` [meta-python][PATCH 2/2] python3-lxml, python3-pandas, python3-protobuf: Set CLEANBROKEN Burton, Ross
2018-07-09 10:50 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180708080640.39121-2-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox