diff options
author | Ross Burton <ross.burton@intel.com> | 2019-04-04 23:16:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-05 17:32:50 +0100 |
commit | d79ab95065dbd5ea7f74461b161b37e129e669bb (patch) | |
tree | 4571f4b625a2f216f5fe3043d37ae5fc06180ae8 /meta | |
parent | 95f6ab495bca8b39e2f47bf34ed2074fa4fe87c2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.33.bb | 4 |
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" | |||
36 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 36 | RCONFLICTS_${PN}-bin += "${PN}-utils" |
37 | RREPLACES_${PN}-bin += "${PN}-utils" | 37 | RREPLACES_${PN}-bin += "${PN}-utils" |
38 | 38 | ||
39 | 39 | # This is only needed until libxml can load the relocated catalog itself | |
40 | do_install_append_class-native () { | 40 | do_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 | ||
44 | FILES_${PN} += "${libdir}/libxslt-plugins" | 44 | FILES_${PN} += "${libdir}/libxslt-plugins" |