summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2014-08-13 19:46:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:48 +0100
commitc1fe42c99b00770c77b5a88e53b4021b4d186e66 (patch)
tree78ade469f3dd2e374087075dbd3dd04e31a7ad31 /meta/recipes-support/libgcrypt
parentc742a6a7fb316fddc312e7ee6427f2860eb36d88 (diff)
downloadpoky-c1fe42c99b00770c77b5a88e53b4021b4d186e66.tar.gz
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 <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index fa2bc38284..43e0291a7b 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
23EXTRA_OECONF = "--disable-asm --with-capabilities" 23EXTRA_OECONF = "--disable-asm --with-capabilities"
24 24
25do_configure_prepend () { 25do_configure_prepend () {
26 # Else these could be used in prefernce to those in aclocal-copy 26 # Else this could be used in preference to the one in aclocal-copy
27 rm -f ${S}/m4/*.m4 27 rm -f ${S}/m4/gpg-error.m4
28} 28}
29 29
30# libgcrypt.pc is added locally and thus installed here 30# libgcrypt.pc is added locally and thus installed here