]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: using relative paths for acpaths
authorWenzong Fan <wenzong.fan@windriver.com>
Thu, 27 Sep 2012 08:23:37 +0000 (16:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Sep 2012 15:29:02 +0000 (16:29 +0100)
commitaa66ef6598c84231577d139ec7be413e73fac2b1
tree191faaa6f345c6c627dd0b55565a3efd449205b7
parentbf84ec0fb9a4d01ea75447c2efe8e534ce975b53
autotools.bbclass: using relative paths for acpaths

Fix autotools.bbclass to use relative paths for acpaths instead of
absolute ones. Since absolute paths may cause potential autoreconf
error like:

    Can't exec "/bin/sh": Argument list too long ...

This error occurs while building coreutils with long TMPDIR, because
it has bunch of m4 files need to be expanded.

[YOCTO #2766]

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass