diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-09-14 02:48:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 19:25:43 +0100 |
commit | 4e10c45d7c61ac1ccf8b53ef525ca03d3d458bba (patch) | |
tree | 4abb277d2a8d0edb79e1dc892112dce65c83e7ee /meta/conf | |
parent | ba84662bd9fb7575e68c87449e986535a2216b30 (diff) | |
download | openembedded-core-4e10c45d7c61ac1ccf8b53ef525ca03d3d458bba.tar.gz openembedded-core-4e10c45d7c61ac1ccf8b53ef525ca03d3d458bba.tar.bz2 openembedded-core-4e10c45d7c61ac1ccf8b53ef525ca03d3d458bba.zip |
linux-libc-headers: do_install: fix "Argument list too long" error
There would be an "Argument list too long" error when the TMPDIR is in a
deep dir, for example, when "len(readlink -f TMPDIR) >= 350 (our
supported value is 410)". Use "$(foreach ,,$(shell echo))" to fix it.
There was already a patch which tried to fix this issue, so squash the
current change into the previous one as Bruce suggested.
[YOCTO #5138]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions