From: "Jeremy A. Puhlman" <[email protected]> xsltconfig.h is generated and can be different between multilibs
Signed-off-by: Jeremy Puhlman <[email protected]> --- meta/recipes-support/libxslt/libxslt_1.1.34.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- 2.13.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
