summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/perl/perl-5.12.3/MM_Unix.pm.patch
Commit message (Collapse)AuthorAgeFilesLines
* perl-native: Update find_perl to find the perl wrapperWenzong Fan2011-08-191-0/+22
[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>