diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:46:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:48 +0100 |
commit | c1fe42c99b00770c77b5a88e53b4021b4d186e66 (patch) | |
tree | 78ade469f3dd2e374087075dbd3dd04e31a7ad31 /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | c742a6a7fb316fddc312e7ee6427f2860eb36d88 (diff) | |
download | poky-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/libgcrypt.inc')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 4 |
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 | |||
23 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 23 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
24 | 24 | ||
25 | do_configure_prepend () { | 25 | do_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 |