diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-06-07 18:53:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-08 16:01:41 +0100 |
| commit | e7260e7c86fcdb26358da9ec35cb5753771e54b2 (patch) | |
| tree | 9af8b162bc48afdf94915af9bc9568f0fe37d80a | |
| parent | 3c80692e3653b74df269adafc2f01ad008c3240a (diff) | |
| download | poky-e7260e7c86fcdb26358da9ec35cb5753771e54b2.tar.gz | |
libxslt: add comment saying when a workaround can be removed
(From OE-Core rev: 0dc31cb680ecb07f013ae110cff688c62f20573b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.33.bb | 3 |
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 | ||
| 22 | inherit autotools pkgconfig binconfig-disabled lib_package | 22 | inherit 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 | ||
| 25 | do_configure_prepend () { | 24 | do_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 |
