summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/perl/perl-5.12.3/MM_Unix.pm.patch
AgeCommit message (Collapse)AuthorFiles
2011-10-24perl: upgrade from 5.12.3 to 5.14.2Nitin A Kamble1
parallel build fix patches are not needed as they are upstream now. Got a new set of debian patch set for 5.14.2 perl-rpdepends: fix the autogenerated rdepends mistakes take out some mdoules which are not going to be built. [Saul Wold: Remove debug] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-08-19perl-native: Update find_perl to find the perl wrapperWenzong Fan1
[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>