summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt/libxslt_1.1.33.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.33.bb')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.33.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.33.bb b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
index 28d404ca77..462eccf52f 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.33.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
@@ -21,8 +21,9 @@ BINCONFIG = "${bindir}/xslt-config"
21 21
22inherit autotools pkgconfig binconfig-disabled lib_package 22inherit autotools pkgconfig binconfig-disabled lib_package
23 23
24# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
25do_configure_prepend () { 24do_configure_prepend () {
25 # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header.
26 # This can be removed when upgrading to 1.1.34.
26 sed -i -e 's/ansidecl.h//' ${S}/configure.ac 27 sed -i -e 's/ansidecl.h//' ${S}/configure.ac
27 28
28 # The timestamps in the 1.1.28 tarball are messed up causing this file to 29 # The timestamps in the 1.1.28 tarball are messed up causing this file to