[oe-commits] [meta-openembedded] 65/79: inetutils: do_configure: fix "Argument list too long"

git at git.openembedded.org git at git.openembedded.org
Fri Dec 2 08:48:28 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 04bd041260be7160216333c5d1a47bf0b3a6086d
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Dec 1 02:24:18 2016 -0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 ++
 1 file changed, 2 insertions(+)

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 6d841fa..eee398c 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
@@ -29,6 +29,8 @@ SRC_URI[sha256sum] = "be8f75eff936b8e41b112462db51adf689715658a1b09e0d6b05d11ec9
 
 inherit autotools gettext update-alternatives texinfo
 
+acpaths = "-I ./m4"
+
 SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}"
 
 PACKAGECONFIG ??= "ftp uucpd \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list