mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
95f6ab495b
commit
d79ab95065
@@ -36,9 +36,9 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
|
||||
RCONFLICTS_${PN}-bin += "${PN}-utils"
|
||||
RREPLACES_${PN}-bin += "${PN}-utils"
|
||||
|
||||
|
||||
# This is only needed until libxml can load the relocated catalog itself
|
||||
do_install_append_class-native () {
|
||||
create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml
|
||||
create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/libxslt-plugins"
|
||||
|
||||
Reference in New Issue
Block a user