diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-07-10 16:54:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 22:24:19 +0100 |
commit | d2bf05fb55619e9bf43292a3b13ed7d802fc64bc (patch) | |
tree | b5b201f7d1bf8bf455f089c615acb6de824b1111 /meta/recipes-devtools/perl/perl_5.22.0.bb | |
parent | aaf1033ad8c39df1fb949ad7ce660bab45231280 (diff) | |
download | poky-d2bf05fb55619e9bf43292a3b13ed7d802fc64bc.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
(From OE-Core rev: cf2b41fd37c18d59e1fd309ac7693ad03599b08f)
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.bb | 1 |
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 += " \ | |||
61 | file://t-run-switches.t-perl5-perl.patch \ | 61 | file://t-run-switches.t-perl5-perl.patch \ |
62 | file://ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch \ | 62 | file://ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch \ |
63 | file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \ | 63 | file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \ |
64 | file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ | ||
64 | " | 65 | " |
65 | 66 | ||
66 | # Fix test case issues | 67 | # Fix test case issues |