generic-poky/meta/recipes-devtools/valgrind
Robert Yang af440a00c5 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.

(From OE-Core rev: e828223a8238d85d47e9314e1dcc30b83b7ba3da)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-10 23:00:43 +01:00
..
valgrind valgrind: correct the comparison logic in vg_regtest 2017-03-27 08:15:06 +01:00
valgrind_3.12.0.bb valgrind: set ac_cv_path_PERL to /usr/bin/env perl 2017-04-10 23:00:43 +01:00