diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 14:26:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 10:55:16 +0000 |
| commit | 937758dc139278870d5381e87b16fa1e8a088169 (patch) | |
| tree | ba667f9df05f3d5a23e3ab76e239383f5ebc16dc /meta/recipes-extended/diffutils | |
| parent | a4b1fa2b22794d59fee716afe6e269dae7f87ace (diff) | |
| download | poky-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.bb | 3 |
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 |
| 16 | CFLAGS:mingw32 = " -DSA_RESTART=0" | 16 | CFLAGS:mingw32 = " -DSA_RESTART=0" |
| 17 | 17 | ||
| 18 | # Fix "Argument list too long" error when len(TMPDIR) = 410 | ||
| 19 | acpaths = "-I ./m4" | ||
| 20 | |||
| 21 | EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'" | 18 | EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'" |
| 22 | inherit ptest | 19 | inherit ptest |
| 23 | 20 | ||
