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-connectivity | |
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-connectivity')
-rw-r--r-- | meta/recipes-connectivity/inetutils/inetutils_2.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb index 7310f2dc47..19bf7e1539 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb | |||
@@ -22,8 +22,6 @@ SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.xz \ | |||
22 | 22 | ||
23 | inherit autotools gettext update-alternatives texinfo | 23 | inherit autotools gettext update-alternatives texinfo |
24 | 24 | ||
25 | acpaths = "-I ./m4" | ||
26 | |||
27 | PACKAGECONFIG ??= "ftp uucpd \ | 25 | PACKAGECONFIG ??= "ftp uucpd \ |
28 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ | 26 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ |
29 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6 ping6', '', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6 ping6', '', d)} \ |