diff options
| -rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index e3cd4f8a8b..2b32b7eaed 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
| @@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-asm --with-capabilities" | |||
| 22 | 22 | ||
| 23 | do_configure_prepend () { | 23 | do_configure_prepend () { |
| 24 | # Else these could be used in prefernce to those in aclocal-copy | 24 | # Else these could be used in prefernce to those in aclocal-copy |
| 25 | rm ${S}/m4/*.m4 | 25 | rm -f ${S}/m4/*.m4 |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | # libgcrypt.pc is added locally and thus installed here | 28 | # libgcrypt.pc is added locally and thus installed here |
