From 0dc31cb680ecb07f013ae110cff688c62f20573b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 7 Jun 2019 18:53:46 +0100 Subject: [PATCH] libxslt: add comment saying when a workaround can be removed Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/libxslt/libxslt_1.1.33.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" 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 -- 2.40.1