]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt: Do not remove m4 files so aggressively
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 13 Aug 2014 17:46:22 +0000 (19:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:50 +0000 (18:19 +0100)
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgcrypt/libgcrypt.inc

index fa2bc382841c5f98191bc9ca6e249589c3735fe8..43e0291a7b49603b0a49093fac6b7023e8fe8d57 100644 (file)
@@ -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