diff options
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.2.bb b/meta/recipes-extended/diffutils/diffutils_3.2.bb index dc8719089c..400c8a6b3f 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.2.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.2.bb | |||
@@ -6,7 +6,7 @@ require diffutils.inc | |||
6 | do_configure_prepend () { | 6 | do_configure_prepend () { |
7 | # Need to remove gettext macros with weird mix of versions | 7 | # Need to remove gettext macros with weird mix of versions |
8 | for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do | 8 | for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do |
9 | rm ${S}/m4/$i | 9 | rm -f ${S}/m4/$i |
10 | done | 10 | done |
11 | } | 11 | } |
12 | 12 | ||