diff options
Diffstat (limited to 'meta/recipes-support/libxslt')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.34.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.34.bb b/meta/recipes-support/libxslt/libxslt_1.1.34.bb index 63cce6fe06..c888f3d7e1 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.34.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.34.bb | |||
@@ -27,7 +27,7 @@ BINCONFIG = "${bindir}/xslt-config" | |||
27 | 27 | ||
28 | inherit autotools pkgconfig binconfig-disabled lib_package multilib_header | 28 | inherit autotools pkgconfig binconfig-disabled lib_package multilib_header |
29 | 29 | ||
30 | do_configure_prepend () { | 30 | do_configure:prepend () { |
31 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. | 31 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. |
32 | # This can be removed when upgrading to 1.1.34. | 32 | # This can be removed when upgrading to 1.1.34. |
33 | sed -i -e 's/ansidecl.h//' ${S}/configure.ac | 33 | sed -i -e 's/ansidecl.h//' ${S}/configure.ac |
@@ -39,20 +39,20 @@ do_configure_prepend () { | |||
39 | 39 | ||
40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}" | 40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}" |
41 | # older versions of this recipe had ${PN}-utils | 41 | # older versions of this recipe had ${PN}-utils |
42 | RPROVIDES_${PN}-bin += "${PN}-utils" | 42 | RPROVIDES:${PN}-bin += "${PN}-utils" |
43 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 43 | RCONFLICTS:${PN}-bin += "${PN}-utils" |
44 | RREPLACES_${PN}-bin += "${PN}-utils" | 44 | RREPLACES:${PN}-bin += "${PN}-utils" |
45 | 45 | ||
46 | # This is only needed until libxml can load the relocated catalog itself | 46 | # This is only needed until libxml can load the relocated catalog itself |
47 | do_install_append_class-native () { | 47 | do_install:append:class-native () { |
48 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog | 48 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog |
49 | } | 49 | } |
50 | 50 | ||
51 | do_install_append () { | 51 | do_install:append () { |
52 | oe_multilib_header libxslt/xsltconfig.h | 52 | oe_multilib_header libxslt/xsltconfig.h |
53 | } | 53 | } |
54 | 54 | ||
55 | FILES_${PN} += "${libdir}/libxslt-plugins" | 55 | FILES:${PN} += "${libdir}/libxslt-plugins" |
56 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" | 56 | FILES:${PN}-dev += "${libdir}/xsltConf.sh" |
57 | 57 | ||
58 | BBCLASSEXTEND = "native nativesdk" | 58 | BBCLASSEXTEND = "native nativesdk" |