generic-poky/meta/recipes-devtools/perl
Jackie Huang 5fe3954013 perl: set the perl libraries search path
The default value for this is ../../lib which ends up with
something like:
| ./sysroots/x86_64-linux/usr/bin/perl-native/perl5.20.0.real \
| "-I../../lib" "-I../../lib" "-MExtUtils::Command::MM" -e pod2man \
| "--" --section=0 --perm_rw=644 perldoc.pod blib/man1/perldoc.1

in this case, nativeperl will find libraries from the target build,
When using an x86-64 host to target Haswell, you can end up with
../../lib including precompiled modules which use Haswell
instructions, it fails with:
| Running pm_to_blib for dist/if directly
| Skip ../../lib/if.pm (unchanged)
| Makefile:457: recipe for target 'manifypods' failed
| make[1]: *** [manifypods] Illegal instruction

So set it to use the -native ones instead of those from the target
build.

(From OE-Core rev: 82ac2a29126dc38d23c278b82d129d73b17000b7)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-11-09 10:21:22 +00:00
..
perl-5.20.0 perl: add explicit configs for Time-HiRes 2014-09-01 17:17:11 +01:00
liberror-perl_0.17022.bb liberror-perl: add 0.17022 2014-04-24 17:55:13 +01:00
liburi-perl_1.60.bb Add missing SUMMARY values 2014-01-02 12:50:18 +00:00
libxml-parser-perl_2.41.bb libxml-parser-perl: fix do_compile failed with unrecognized option '-Wl, -O1' 2014-07-03 17:41:18 +01:00
libxml-perl_0.08.bb recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
libxml-simple-perl_2.20.bb recipes: Remove PR = r0 from all recipes 2013-10-30 14:52:04 +00:00
perl-native_5.20.0.bb perl-native: fixed bad interpreter error 2014-08-28 15:12:43 +01:00
perl-ptest.inc perl: remove unneeded patches in ptest directory 2014-09-22 13:04:23 +01:00
perl-rdepends_5.20.0.inc perl-rdepends: add CPAN, CPAN::Meta requirements 2014-08-11 10:53:07 +01:00
perl-rprovides.inc perl-rprovides: Fix perl-module-config anf perl-module-build providers 2013-01-25 12:42:42 +00:00
perl-rprovides_5.20.0.inc perl, perl-native, perl-ptest: upgrade from 5.14.3 to 5.20.0 2014-07-08 11:20:12 +01:00
perl_5.20.0.bb perl: set the perl libraries search path 2014-11-09 10:21:22 +00:00