From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 17:46:22 +0000 (+0200) Subject: libgcrypt: Do not remove m4 files so aggressively X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32787 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43b6bae5b164f641233dcd2e373f3cae26273a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libgcrypt: Do not remove m4 files so aggressively Removing all m4 files in the m4 directory led to a number of non-fatal errors while running configure when the expected m4 macros could not be found. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index fa2bc382841..43e0291a7b4 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc @@ -23,8 +23,8 @@ inherit autotools-brokensep texinfo binconfig-disabled pkgconfig EXTRA_OECONF = "--disable-asm --with-capabilities" do_configure_prepend () { - # Else these could be used in prefernce to those in aclocal-copy - rm -f ${S}/m4/*.m4 + # Else this could be used in preference to the one in aclocal-copy + rm -f ${S}/m4/gpg-error.m4 } # libgcrypt.pc is added locally and thus installed here