]> code.ossystems Code Review - openembedded-core.git/commit
perl: fix build failure if building dir has the "blib" string
authorWenzong Fan <wenzong.fan@windriver.com>
Fri, 10 Jul 2015 08:54:55 +0000 (16:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Aug 2015 10:04:38 +0000 (11:04 +0100)
commitcf2b41fd37c18d59e1fd309ac7693ad03599b08f
tree462763db7c6d373f70496628436139bc9d532f7b
parentaadfac366bd2cae37357e15bf4fc28c159d71b32
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>
meta/recipes-devtools/perl/perl-native_5.22.0.bb
meta/recipes-devtools/perl/perl/perl-PathTools-don-t-filter-out-blib-from-INC.patch [new file with mode: 0644]
meta/recipes-devtools/perl/perl_5.22.0.bb