mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -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 ?= ""
|
||||
|
||||
Reference in New Issue
Block a user