]> code.ossystems Code Review - openembedded-core.git/commit
perl-native: Update find_perl to find the perl wrapper
authorWenzong Fan <wenzong.fan@windriver.com>
Tue, 16 Aug 2011 06:53:59 +0000 (14:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 16:05:51 +0000 (09:05 -0700)
commitf1d4fb02d9952138acab6d647ce8975363dfdbab
tree4ada9502974e9a38e56afe6f469e978bf21f9662
parent0d883b5df25635fbad45191d297cbdf78a6c1fe0
perl-native: Update find_perl to find the perl wrapper

[YOCTO #1157] [YOCTO #829]

This is a common issue to the packages which using 'MakeMaker.pm' to
generate their Makefiles. The function 'find_perl()' in 'MM_Unix.pm'
will be used to figure out the path/link of 'PERL/FULLPERL', but it
always find the 'perl.real' instead of perl wrapper.

Just update it to find the perl wrapper correctly.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
meta/recipes-devtools/perl/perl-5.12.3/MM_Unix.pm.patch [new file with mode: 0644]
meta/recipes-devtools/perl/perl-native_5.12.3.bb