aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-06-27 17:20:09 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:24:32 -0700
commitc81f94a3c570200842b63756076b3763a8587858 (patch)
tree459138e4a2fb17451ee9bea4f40ad7d1123bd920
parentf0cdd505218c620d3f03636252ee31ebea9e4caa (diff)
downloadmeta-openembedded-contrib-c81f94a3c570200842b63756076b3763a8587858.tar.gz
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/itstool/itstool_2.0.5.bb2
1 files changed, 1 insertions, 1 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 bf71ee3ce9..a0af44a71f 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 = ""