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-support/gmp | |
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-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.3.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp_6.3.0.bb b/meta/recipes-support/gmp/gmp_6.3.0.bb index fd4aec92fd..2ce8ae385c 100644 --- a/meta/recipes-support/gmp/gmp_6.3.0.bb +++ b/meta/recipes-support/gmp/gmp_6.3.0.bb | |||
@@ -17,8 +17,6 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \ | |||
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" | 18 | SRC_URI[sha256sum] = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" |
19 | 19 | ||
20 | acpaths = "" | ||
21 | |||
22 | EXTRA_OECONF += " --enable-cxx=detect" | 20 | EXTRA_OECONF += " --enable-cxx=detect" |
23 | EXTRA_OECONF:append:mipsarchr6 = " --disable-assembly" | 21 | EXTRA_OECONF:append:mipsarchr6 = " --disable-assembly" |
24 | 22 | ||