From c81f94a3c570200842b63756076b3763a8587858 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 27 Jun 2019 17:20:09 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- 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 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 = ""