diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.28.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb index 3f89e78df6..ae2e6b18b1 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb | |||
@@ -21,6 +21,10 @@ inherit autotools pkgconfig binconfig lib_package | |||
21 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header | 21 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header |
22 | do_configure_prepend () { | 22 | do_configure_prepend () { |
23 | sed -i -e 's/ansidecl.h//' ${S}/configure.in | 23 | sed -i -e 's/ansidecl.h//' ${S}/configure.in |
24 | |||
25 | # The timestamps in the 1.1.28 tarball are messed up causing this file to | ||
26 | # appear out of date. Touch it so that we don't try to regenerate it. | ||
27 | touch ${S}/doc/xsltproc.1 | ||
24 | } | 28 | } |
25 | 29 | ||
26 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" | 30 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" |