mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a4b1fa2b22
commit
937758dc13
@@ -15,9 +15,6 @@ EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"
|
||||
# latest gnulib is no longer able to handle this - I dare not try to fix that maze of abstractions and generators
|
||||
CFLAGS:mingw32 = " -DSA_RESTART=0"
|
||||
|
||||
# Fix "Argument list too long" error when len(TMPDIR) = 410
|
||||
acpaths = "-I ./m4"
|
||||
|
||||
EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'"
|
||||
inherit ptest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user