summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4
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-devtools/m4
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-devtools/m4')
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.19.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc
index 1d1f1eb477..8fb13f543b 100644
--- a/meta/recipes-devtools/m4/m4-1.4.19.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.19.inc
@@ -23,9 +23,6 @@ LICENSE = "GPL-3.0-only"
23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464\ 23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464\
24 file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede" 24 file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede"
25 25
26# Fix "Argument list too long" error when len(TMPDIR) = 410
27acpaths = "-I ./m4"
28
29EXTRA_OECONF += "--without-libsigsegv-prefix" 26EXTRA_OECONF += "--without-libsigsegv-prefix"
30 27
31EXTRA_OEMAKE += "'infodir=${infodir}'" 28EXTRA_OEMAKE += "'infodir=${infodir}'"