mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libxslt: multilib_header xsltconfig.h
xsltconfig.h is generated and can be different between multilibs (From OE-Core rev: 966a8d95da1d1bbf59d2d4068c27821e8a54ee5f) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b048d29e6
commit
58e513717f
@@ -20,7 +20,7 @@ S = "${WORKDIR}/libxslt-${PV}"
|
||||
|
||||
BINCONFIG = "${bindir}/xslt-config"
|
||||
|
||||
inherit autotools pkgconfig binconfig-disabled lib_package
|
||||
inherit autotools pkgconfig binconfig-disabled lib_package multilib_header
|
||||
|
||||
do_configure_prepend () {
|
||||
# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header.
|
||||
@@ -43,6 +43,10 @@ do_install_append_class-native () {
|
||||
create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
oe_multilib_header libxslt/xsltconfig.h
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/libxslt-plugins"
|
||||
FILES_${PN}-dev += "${libdir}/xsltConf.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user