| Submitter | wenzong.fan@windriver.com |
|---|---|
| Date | Sept. 27, 2012, 8:23 a.m. |
| Message ID | <cover.1348734058.git.wenzong.fan@windriver.com> |
| Download | mbox |
| Permalink | /patch/37335/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib wenzong/2766Comments
On 09/27/2012 01:23 AM, wenzong.fan@windriver.com wrote: > From: Wenzong Fan <wenzong.fan@windriver.com> > > 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] > > The following changes since commit 0b09e50810162a07ef0aecee91ee32b4a36334a3: > > busybox: Fix misplaced quote (2012-09-26 18:28:36 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib wenzong/2766 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2766 > > Wenzong Fan (1): > autotools.bbclass: using relative paths for acpaths > > meta/classes/autotools.bbclass | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Merged into OE-Core Thanks Sau!
From: Wenzong Fan <wenzong.fan@windriver.com> 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] The following changes since commit 0b09e50810162a07ef0aecee91ee32b4a36334a3: busybox: Fix misplaced quote (2012-09-26 18:28:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/2766 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2766 Wenzong Fan (1): autotools.bbclass: using relative paths for acpaths meta/classes/autotools.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)