mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3c80692e36
commit
e7260e7c86
@@ -21,8 +21,9 @@ BINCONFIG = "${bindir}/xslt-config"
|
||||
|
||||
inherit autotools pkgconfig binconfig-disabled lib_package
|
||||
|
||||
# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
|
||||
do_configure_prepend () {
|
||||
# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header.
|
||||
# This can be removed when upgrading to 1.1.34.
|
||||
sed -i -e 's/ansidecl.h//' ${S}/configure.ac
|
||||
|
||||
# The timestamps in the 1.1.28 tarball are messed up causing this file to
|
||||
|
||||
Reference in New Issue
Block a user