[oe-commits] [openembedded-core] 02/03: wget: fix build when len(TMPDIR) == 410

git at git.openembedded.org git at git.openembedded.org
Wed Apr 6 09:34:48 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2114b5a9a70bb07bdb15edafa6ec9689933db871
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Apr 6 02:30:02 2016 -0700

    wget: fix build when len(TMPDIR) == 410
    
    Fixed:
    aclocal: error: cannot open [snip] |: Argument list too long
    
    Set acpaths to fix the problem.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/wget/wget.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 049b898..dc381a6 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -22,3 +22,8 @@ BBCLASSEXTEND += "nativesdk"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux"
+
+# Let aclocal use the relative path for the m4 file rather than
+# absolute, otherwise there might be an "Argument list too long" error
+# when it is built in a long/deep directory.
+acpaths = "-I ./m4"

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


More information about the Openembedded-commits mailing list