summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_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 22:24:19 +0100
commitd2bf05fb55619e9bf43292a3b13ed7d802fc64bc (patch)
treeb5b201f7d1bf8bf455f089c615acb6de824b1111 /meta/recipes-devtools/perl/perl-native_5.22.0.bb
parentaaf1033ad8c39df1fb949ad7ce660bab45231280 (diff)
downloadpoky-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-native_5.22.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.22.0.bb1
1 files changed, 1 insertions, 0 deletions
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 += "\
8 file://MM_Unix.pm.patch \ 8 file://MM_Unix.pm.patch \
9 file://debian/errno_ver.diff \ 9 file://debian/errno_ver.diff \
10 file://dynaloaderhack.patch \ 10 file://dynaloaderhack.patch \
11 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
11 " 12 "
12 13
13SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" 14SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79"