klcc-cross: Add patch to use /usr/bin/env perl
authorTom Rini <tom_rini@mentor.com>
Wed, 5 Jan 2011 23:17:31 +0000 (16:17 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 6 Jan 2011 00:15:09 +0000 (17:15 -0700)
commit676cbb54d42c89a4832871064cfcb7ee2ad372ee
tree10da2ef87a3d419385e8130d88729538d0c72e70
parentc48983a2ef2e79508fe8545258ff9a09a4ddd6a8
klcc-cross: Add patch to use /usr/bin/env perl

Certain configurations (such as autobuilders) may build in very
deep paths (that are longer than the #! mechanism allows) which
makes it unsafe to use the direct path for perl.  In our case we know
that /usr/bin/env perl will always return ours (if it has been built).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/klibc/klcc-cross_1.5.20.bb
recipes/klibc/klibc-1.5.20/use-env-for-perl.patch [new file with mode: 0644]