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/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb') diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb index ff38e874b3..c5d3a24808 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb @@ -14,8 +14,6 @@ UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/docbook/files/docbook-xsl/ # Reject versions ending in .0 as those are release candidates UPSTREAM_CHECK_REGEX = "/docbook-xsl/(?P(\d+[\.\-_]*)+(?!\.0)\.\d+)/" -DEPENDS = "libxml2-native" - S = "${WORKDIR}/docbook-xsl-${PV}" inherit allarch xmlcatalog -- cgit v1.2.3-54-g00ecf