diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-04-06 03:05:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-08 22:48:05 +0100 |
commit | e828223a8238d85d47e9314e1dcc30b83b7ba3da (patch) | |
tree | 8633b565bd29fc27734223b6d9910960476498fa /scripts/oe-git-proxy | |
parent | 85decf26fe580acdf072baf561418bf73b7bfca4 (diff) | |
download | openembedded-core-e828223a8238d85d47e9314e1dcc30b83b7ba3da.tar.gz openembedded-core-e828223a8238d85d47e9314e1dcc30b83b7ba3da.tar.bz2 openembedded-core-e828223a8238d85d47e9314e1dcc30b83b7ba3da.zip |
valgrind: set ac_cv_path_PERL to /usr/bin/env perl
The shebang's max length is usually 128 as defined in
/usr/include/linux/binfmts.h:
#define BINPRM_BUF_SIZE 128
So there would be errors when /path/to/hosttools/perl is longer than 128.
Set ac_cv_path_PERL to "/usr/bin/env perl" to fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-git-proxy')
0 files changed, 0 insertions, 0 deletions