summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.2.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.2.bb b/meta/recipes-extended/diffutils/diffutils_3.2.bb
index 74c371dc9e..dc8719089c 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.2.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.2.bb
@@ -3,6 +3,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
3 3
4require diffutils.inc 4require diffutils.inc
5 5
6do_configure_prepend () {
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
9 rm ${S}/m4/$i
10 done
11}
12
6PR = "${INC_PR}.0" 13PR = "${INC_PR}.0"
7 14
8SRC_URI += "file://remove-gets.patch" 15SRC_URI += "file://remove-gets.patch"