]> code.ossystems Code Review - openembedded-core.git/commit
guile: do_configure: fix "Argument list too long"
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 6 Apr 2017 10:05:54 +0000 (03:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:05 +0000 (22:48 +0100)
commit123df94f511cbaad088b25bbbae1f1137f957c7e
treea5f668b6f3a07d8736a558b256ba13e11ba59828
parent7e8fece3a09bed18bc72c529b8b471ccbc144bf5
guile: 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/guile/guile_2.0.14.bb