diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2020-02-14 20:42:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 22:42:13 +0000 |
commit | 58e513717f7659d108bd68323042a5f78481fb9f (patch) | |
tree | d48b64299dc30f06dd9ac696b4d8d2a1e4532616 /meta | |
parent | 1b048d29e6ee352b65f5ec8032f5824e81f8d350 (diff) | |
download | poky-58e513717f7659d108bd68323042a5f78481fb9f.tar.gz |
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>
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 | ||