summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 14:26:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:16 +0000
commit937758dc139278870d5381e87b16fa1e8a088169 (patch)
treeba667f9df05f3d5a23e3ab76e239383f5ebc16dc /meta/recipes-extended/diffutils
parenta4b1fa2b22794d59fee716afe6e269dae7f87ace (diff)
downloadpoky-937758dc139278870d5381e87b16fa1e8a088169.tar.gz
recipes/*: remove obsolete use of acpaths
The bulk of these recipes used acpaths to work around argument list limits as we passed the full path to every directory. As this behaviour no longer happens we can remove these workarounds. (From OE-Core rev: c4336f1b0da981b3ea396b17779b67898bceccef) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.11.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.11.bb b/meta/recipes-extended/diffutils/diffutils_3.11.bb
index 8f5a87c2db..a4badc044e 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.11.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.11.bb
@@ -15,9 +15,6 @@ EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"
15# latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators 15# 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" 16CFLAGS:mingw32 = " -DSA_RESTART=0"
17 17
18# Fix "Argument list too long" error when len(TMPDIR) = 410
19acpaths = "-I ./m4"
20
21EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'" 18EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'"
22inherit ptest 19inherit ptest
23 20