]> 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>
Wed, 11 Jan 2017 11:46:48 +0000 (11:46 +0000)
commit3903e93c50616b592ac1a2a241573305bb9265a9
treefab41910838b109205a55fe6c292e57cf6c753c5
parenta7c49e98cff402b5400643ae2a04ae3f345c5bce
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.

(From OE-Core rev: 5210ccd61ef52a191454a4587cfeb22079df746d)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/diffutils/diffutils_3.4.bb