summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc2
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
23do_configure_prepend () { 23do_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