[oe-commits] [meta-openembedded] 01/88: itstool: use libxml2 to instead of python3-lxml

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 03:56:59 UTC 2019


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 738baac13c3b61b8241cb99f4ab8503b9d1fb376
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Thu Jun 27 17:20:09 2019 +0800

    itstool: use libxml2 to instead of python3-lxml
    
    Use libxml2 of oe-core to replace python3-lxml of meta-python
    since meta-oe does not depend on meta-python
    
    Set RDEPENDS_${PN}_class-native to fix `Missing or unbuildable
    dependency chain was: ['meta-world-pkgdata', 'gnome-desktop3',
    'itstool-native', 'libxml2-python-native']'
    
    Apply changed from v3
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/itstool/itstool_2.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/itstool/itstool_2.0.5.bb b/meta-oe/recipes-support/itstool/itstool_2.0.5.bb
index bf71ee3..a0af44a 100644
--- a/meta-oe/recipes-support/itstool/itstool_2.0.5.bb
+++ b/meta-oe/recipes-support/itstool/itstool_2.0.5.bb
@@ -19,4 +19,4 @@ do_install_append() {
 BBCLASSEXTEND = "native"
 
 RDEPENDS_${PN} += "libxml2-python"
-
+RDEPENDS_${PN}_class-native = ""

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


More information about the Openembedded-commits mailing list