From cf2b41fd37c18d59e1fd309ac7693ad03599b08f Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Fri, 10 Jul 2015 16:54:55 +0800 Subject: perl: fix build failure if building dir has the "blib" string If build dir includes the string "blib", filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install the ExtUtils::MakeMaker module) \ (@INC contains: .) at Makefile.PL Signed-off-by: Roy Li Signed-off-by: Wenzong Fan Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl-native_5.22.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/perl/perl-native_5.22.0.bb') diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools/perl/perl-native_5.22.0.bb index dbcf2a6d49..a9a1cab942 100644 --- a/meta/recipes-devtools/perl/perl-native_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl-native_5.22.0.bb @@ -8,6 +8,7 @@ SRC_URI += "\ file://MM_Unix.pm.patch \ file://debian/errno_ver.diff \ file://dynaloaderhack.patch \ + file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ " SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" -- cgit v1.2.3