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

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 20:05:46 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 79eb48d5a7833a3c47a490eb13d1a675336594b3
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Jun 26 00:13:59 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
    
    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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 166e95b..bf71ee3 100644
--- a/meta-oe/recipes-support/itstool/itstool_2.0.5.bb
+++ b/meta-oe/recipes-support/itstool/itstool_2.0.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5"
 
 inherit autotools python3native
 
-DEPENDS = "python3-lxml-native"
+DEPENDS = "libxml2-native"
 
 SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "655c6f78fc64faee45adcc45ccc5a57e"
@@ -18,5 +18,5 @@ do_install_append() {
 
 BBCLASSEXTEND = "native"
 
-RDEPENDS_${PN} += "python3-lxml"
+RDEPENDS_${PN} += "libxml2-python"
 

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


More information about the Openembedded-commits mailing list