[oe-commits] [meta-openembedded] 12/18: python3-lxml, python3-protobuf: Set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 04:19:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e65b1c4ebbbf2174125e7c659b908dd0f46c4509
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Jul 8 01:02:54 2018 -0700

    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 at gmail.com>
---
 meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb     | 1 +
 meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb | 1 +
 2 files changed, 2 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 ff4bc7f..b95d7ba 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-protobuf_3.6.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb
index 781d1dc..53d5528 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list