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-devtools | |
| 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-devtools')
| -rw-r--r-- | meta/recipes-devtools/bison/bison_3.8.2.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/patch/patch_2.7.6.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 2 |
4 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.8.2.bb b/meta/recipes-devtools/bison/bison_3.8.2.bb index da138e3587..513d7ec287 100644 --- a/meta/recipes-devtools/bison/bison_3.8.2.bb +++ b/meta/recipes-devtools/bison/bison_3.8.2.bb | |||
| @@ -37,9 +37,6 @@ CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'readline', '', ' | |||
| 37 | ${@bb.utils.contains('PACKAGECONFIG', 'textstyle', '', ' \ | 37 | ${@bb.utils.contains('PACKAGECONFIG', 'textstyle', '', ' \ |
| 38 | ac_cv_libtextstyle=no', d)}" | 38 | ac_cv_libtextstyle=no', d)}" |
| 39 | 39 | ||
| 40 | # The automatic m4 path detection gets confused, so force the right value | ||
| 41 | acpaths = "-I ./m4" | ||
| 42 | |||
| 43 | do_compile:prepend() { | 40 | do_compile:prepend() { |
| 44 | for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done | 41 | for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done |
| 45 | } | 42 | } |
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" | |||
| 23 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464\ | 23 | LIC_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 | ||
| 27 | acpaths = "-I ./m4" | ||
| 28 | |||
| 29 | EXTRA_OECONF += "--without-libsigsegv-prefix" | 26 | EXTRA_OECONF += "--without-libsigsegv-prefix" |
| 30 | 27 | ||
| 31 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 28 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb index e0e44f9c97..a91944234f 100644 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ b/meta/recipes-devtools/patch/patch_2.7.6.bb | |||
| @@ -18,8 +18,6 @@ SRC_URI[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74b | |||
| 18 | 18 | ||
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 20 | 20 | ||
| 21 | acpaths = "-I ${S}/m4 " | ||
| 22 | |||
| 23 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | 21 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" |
| 24 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 22 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
| 25 | 23 | ||
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 2b298eb5e8..baf37b0a9b 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
| @@ -31,8 +31,6 @@ PACKAGECONFIG:class-native = "" | |||
| 31 | 31 | ||
| 32 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" | 32 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" |
| 33 | 33 | ||
| 34 | acpaths = "-I ." | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |
| 37 | 35 | ||
| 38 | # Set an empty dev package to ensure the base PN package gets | 36 | # Set an empty dev package to ensure the base PN package gets |
