diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-07-08 01:02:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-09 08:38:38 -0700 |
commit | e65b1c4ebbbf2174125e7c659b908dd0f46c4509 (patch) | |
tree | fa7d10ebb80e08faaab2ea62748eb5deb46b4242 | |
parent | a34ac8d70bc7c0362c5be1cb761268ede63a38e1 (diff) | |
download | meta-openembedded-e65b1c4ebbbf2174125e7c659b908dd0f46c4509.tar.gz |
python3-lxml,python3-protobuf: Set CLEANBROKEN
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-lxml.inc | 2 | require python-lxml.inc |
3 | 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 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-protobuf.inc | 2 | require python-protobuf.inc |
3 | CLEANBROKEN = "1" | ||