From 43a08e1936119e2e4a9223fb87b4a0e548271686 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 10 Jul 2019 11:07:57 +0800 Subject: xmlcatalog: hold libxml2-native dependency Put libxml2-native dependency in this class and remove it from recipes inheriting this class. In fact, if a recipe inherits this class and does not have libxml2-native, the xmlcatalog_sstate_postinst would fail. (From OE-Core rev: 5a72c6d5cc1c9896c7425ac20eaf82d3d489e5c7) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/classes/xmlcatalog.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes') diff --git a/meta/classes/xmlcatalog.bbclass b/meta/classes/xmlcatalog.bbclass index 075aef8c0c..ae4811fdeb 100644 --- a/meta/classes/xmlcatalog.bbclass +++ b/meta/classes/xmlcatalog.bbclass @@ -1,3 +1,5 @@ +DEPENDS = "libxml2-native" + # A whitespace-separated list of XML catalogs to be registered, for example # "${sysconfdir}/xml/docbook-xml.xml". XMLCATALOGS ?= "" -- cgit v1.2.3-54-g00ecf