aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.22.0.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2015-07-10 16:54:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:04:38 +0100
commitcf2b41fd37c18d59e1fd309ac7693ad03599b08f (patch)
tree462763db7c6d373f70496628436139bc9d532f7b /meta/recipes-devtools/perl/perl_5.22.0.bb
parentaadfac366bd2cae37357e15bf4fc28c159d71b32 (diff)
downloadopenembedded-core-contrib-cf2b41fd37c18d59e1fd309ac7693ad03599b08f.tar.gz
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 <rongqing.li@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.22.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.22.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb
index f72afa706f..e3a7f41886 100644
--- a/meta/recipes-devtools/perl/perl_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.22.0.bb
@@ -61,6 +61,7 @@ SRC_URI += " \
file://t-run-switches.t-perl5-perl.patch \
file://ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch \
file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \
+ file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
"
# Fix test case issues