diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-12-01 02:24:18 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:11 -0500 |
commit | 80c5535dbe9682ba12090f4914de5f964c98eb5d (patch) | |
tree | 6f0b88a9ec893b3a9a317e4f4e01e42c21139632 /meta-networking | |
parent | bb2cbb965afee4310da6bb4acdd945ad05f261fe (diff) | |
download | meta-openembedded-80c5535dbe9682ba12090f4914de5f964c98eb5d.tar.gz |
inetutils: do_configure: fix "Argument list too long"
Fixed when len(TMPDIR) = 410:
aclocal: error: cannot open echo [snip]: Argument list too long
This is becuase it has a lot of m4 files, use relative path for them
can fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb index 8db6b7417..1a82e01d4 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
@@ -28,6 +28,8 @@ SRC_URI[sha256sum] = "be8f75eff936b8e41b112462db51adf689715658a1b09e0d6b05d11ec9 | |||
28 | 28 | ||
29 | inherit autotools gettext update-alternatives texinfo | 29 | inherit autotools gettext update-alternatives texinfo |
30 | 30 | ||
31 | acpaths = "-I ./m4" | ||
32 | |||
31 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" | 33 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" |
32 | 34 | ||
33 | PACKAGECONFIG ??= "ftp uucpd \ | 35 | PACKAGECONFIG ??= "ftp uucpd \ |