From eba8cde719dda5acf1ca53d9933bbbbb6dff38e4 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 19:46:22 +0200 Subject: [PATCH] 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. (From OE-Core rev: b43b6bae5b164f641233dcd2e373f3cae26273a6) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-support/libgcrypt/libgcrypt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index fa2bc38..43e0291 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 -- 2.7.4