summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-04-04 23:16:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-05 17:32:50 +0100
commitd79ab95065dbd5ea7f74461b161b37e129e669bb (patch)
tree4571f4b625a2f216f5fe3043d37ae5fc06180ae8 /meta/recipes-support
parent95f6ab495bca8b39e2f47bf34ed2074fa4fe87c2 (diff)
downloadpoky-d79ab95065dbd5ea7f74461b161b37e129e669bb.tar.gz
libxslt: update for new catalog path
The XML catalogue is now at the canonical path, ${sysconfdir}/xml/catalog. (From OE-Core rev: 2c91c3ef14269b7b329b3008e5b3a8e65ea4f494) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.33.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.33.bb b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
index fd442d44f7..28d404ca77 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.33.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
@@ -36,9 +36,9 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
36RCONFLICTS_${PN}-bin += "${PN}-utils" 36RCONFLICTS_${PN}-bin += "${PN}-utils"
37RREPLACES_${PN}-bin += "${PN}-utils" 37RREPLACES_${PN}-bin += "${PN}-utils"
38 38
39 39# This is only needed until libxml can load the relocated catalog itself
40do_install_append_class-native () { 40do_install_append_class-native () {
41 create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml 41 create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog
42} 42}
43 43
44FILES_${PN} += "${libdir}/libxslt-plugins" 44FILES_${PN} += "${libdir}/libxslt-plugins"