]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
m4: do_configure: fix "Argument list too long"
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 6 Apr 2017 10:05:53 +0000 (03:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:05 +0000 (22:48 +0100)
commit7e8fece3a09bed18bc72c529b8b471ccbc144bf5
treed6d0bfbbffdc448eb71fe240a8ff37626873690a
parente828223a8238d85d47e9314e1dcc30b83b7ba3da
m4: do_configure: fix "Argument list too long"

Fixed when len(TMPDIR) =  410:
Can't exec "/bin/sh": Argument list too long at /usr/lib/perl/5.18/IO/File.pm line 65.

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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/m4/m4-1.4.18.inc