generic-poky/meta/recipes-extended/groff/groff-1.22.3
Robert Yang 9356d02da0 groff: replace "perl -w" with "use warnings"
The shebang's max length is usually 128 as defined in
/usr/include/linux/binfmts.h:
  #define BINPRM_BUF_SIZE 128

There would be errors when @PERL@ (hostools/perl) is longer than 128,
use '/usr/bin/env perl' can fix the problem, but '/usr/bin/env perl -w'
doesn't work:

/usr/bin/env: perl -w: No such file or directory

So replace "perl -w" with "use warnings" to make it work.

(From OE-Core rev: f3408bcf9d2710b07f5825683931e28571de130c)

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
..
0001-Unset-need_charset_alias-when-building-for-musl.patch meta: Fix Upstream-Status statements 2015-09-12 23:01:53 +01:00
0001-replace-perl-w-with-use-warnings.patch groff: replace "perl -w" with "use warnings" 2017-04-10 23:00:43 +01:00
groff-1.22.2-correct-man.local-install-path.patch groff: 1.22.2 -> 1.22.3 2015-04-13 22:33:18 +01:00