mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +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:
parent
78e9bc140e
commit
43a08e1936
|
|
@ -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 ?= ""
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ HOMEPAGE = "http://www.docbook.org/xml/"
|
|||
LICENSE = "OASIS"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
|
||||
|
||||
DEPENDS = "libxml2-native"
|
||||
|
||||
# Note: the upstream sources are not distributed with a license file.
|
||||
# LICENSE-OASIS is included as a "patch" to workaround this. When
|
||||
# upgrading this recipe, please verify whether this is still needed.
|
||||
|
|
|
|||
|
|
@ -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<pver>(\d+[\.\-_]*)+(?!\.0)\.\d+)/"
|
||||
|
||||
DEPENDS = "libxml2-native"
|
||||
|
||||
S = "${WORKDIR}/docbook-xsl-${PV}"
|
||||
|
||||
inherit allarch xmlcatalog
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user