summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.12.bb (renamed from meta/recipes-extended/diffutils/diffutils_3.10.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.10.bb b/meta/recipes-extended/diffutils/diffutils_3.12.bb
index 08e8305612..d00dd772ad 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.10.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.12.bb
@@ -8,16 +8,14 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
8 file://0001-Skip-strip-trailing-cr-test-case.patch \ 8 file://0001-Skip-strip-trailing-cr-test-case.patch \
9 " 9 "
10 10
11SRC_URI[sha256sum] = "90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e" 11SRC_URI[sha256sum] = "7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd"
12 12
13EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix" 13EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"
14EXTRA_OECONF += "gl_cv_func_strcasecmp_works=yes"
14 15
15# latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators 16# latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators
16CFLAGS:mingw32 = " -DSA_RESTART=0" 17CFLAGS:mingw32 = " -DSA_RESTART=0"
17 18
18# Fix "Argument list too long" error when len(TMPDIR) = 410
19acpaths = "-I ./m4"
20
21EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'" 19EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'"
22inherit ptest 20inherit ptest
23 21