diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-07-10 11:07:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-11 09:32:50 +0100 |
commit | 43a08e1936119e2e4a9223fb87b4a0e548271686 (patch) | |
tree | 015122b3858a2e5fbaf2ff938eaf7100ff54dad5 /meta/classes | |
parent | 78e9bc140e2c5d8a37e53eeb849d8a5aa061a410 (diff) | |
download | poky-43a08e1936119e2e4a9223fb87b4a0e548271686.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/xmlcatalog.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | DEPENDS = "libxml2-native" | ||
2 | |||
1 | # A whitespace-separated list of XML catalogs to be registered, for example | 3 | # A whitespace-separated list of XML catalogs to be registered, for example |
2 | # "${sysconfdir}/xml/docbook-xml.xml". | 4 | # "${sysconfdir}/xml/docbook-xml.xml". |
3 | XMLCATALOGS ?= "" | 5 | XMLCATALOGS ?= "" |