From 58e513717f7659d108bd68323042a5f78481fb9f Mon Sep 17 00:00:00 2001 From: "Jeremy A. Puhlman" Date: Fri, 14 Feb 2020 20:42:49 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libxslt/libxslt_1.1.34.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/libxslt/libxslt_1.1.34.bb') 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" -- cgit v1.2.3-54-g00ecf