diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.34.bb | 6 |
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}" | |||
20 | 20 | ||
21 | BINCONFIG = "${bindir}/xslt-config" | 21 | BINCONFIG = "${bindir}/xslt-config" |
22 | 22 | ||
23 | inherit autotools pkgconfig binconfig-disabled lib_package | 23 | inherit autotools pkgconfig binconfig-disabled lib_package multilib_header |
24 | 24 | ||
25 | do_configure_prepend () { | 25 | do_configure_prepend () { |
26 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. | 26 | # 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 () { | |||
43 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog | 43 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog |
44 | } | 44 | } |
45 | 45 | ||
46 | do_install_append () { | ||
47 | oe_multilib_header libxslt/xsltconfig.h | ||
48 | } | ||
49 | |||
46 | FILES_${PN} += "${libdir}/libxslt-plugins" | 50 | FILES_${PN} += "${libdir}/libxslt-plugins" |
47 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" | 51 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" |
48 | 52 | ||