]> code.ossystems Code Review - openembedded-core.git/commit
diffutils: do_configure: fix "Argument list too long"
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 5 Dec 2016 14:54:39 +0000 (06:54 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2016 10:26:12 +0000 (10:26 +0000)
commit5210ccd61ef52a191454a4587cfeb22079df746d
treeac14d7938645c1daefda852c40a1e9f59cd65d17
parentbd62851dc236a0279c735b290782602e275de5c1
diffutils: 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.

It doesn't happen when MACHINE="qemux86", I think it is because
intel-x86-64 is longer than qemux86.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/diffutils/diffutils_3.5.bb