mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
wget: fix build when len(TMPDIR) == 410
Fixed: aclocal: error: cannot open [snip] |: Argument list too long Set acpaths to fix the problem. (From OE-Core rev: 2114b5a9a70bb07bdb15edafa6ec9689933db871) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b667f4dfdf
commit
4faeff9286
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user