summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-02-14 20:42:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 22:41:45 +0000
commit966a8d95da1d1bbf59d2d4068c27821e8a54ee5f (patch)
tree5cc3ac84d679098aa4084d6b6bec0ecaf6b720ad /meta/recipes-support/libxslt
parentcfaaeedcb634b68d0b20a05130fd582df660fef6 (diff)
downloadopenembedded-core-966a8d95da1d1bbf59d2d4068c27821e8a54ee5f.tar.gz
libxslt: multilib_header xsltconfig.h
xsltconfig.h is generated and can be different between multilibs Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.34.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.34.bb b/meta/recipes-support/libxslt/libxslt_1.1.34.bb
index ad37b5a44a..1961bb5b31 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.34.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.34.bb
@@ -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"