summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.1.2.bb b/meta/recipes-support/libassuan/libassuan_2.1.2.bb
index 6d89107f32..97dec6a76a 100644
--- a/meta/recipes-support/libassuan/libassuan_2.1.2.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.1.2.bb
@@ -22,5 +22,5 @@ inherit autotools texinfo binconfig-disabled pkgconfig
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}