generic-poky/meta
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
..
classes image-buildinfo.bbclass: new class, writes build information to image 2014-11-09 10:21:22 +00:00
conf multilib.conf: set MULTILIB_GLOBAL_VARIANTS conditionally 2014-10-30 13:01:22 +00:00
files classes/populate_sdk_base: enable adding custom commands to SDK install script 2014-09-11 18:02:55 +01:00
lib package_manager: DpkgPM fix populate_sdk 2014-11-09 10:21:22 +00:00
recipes-bsp pciutils: Fix multilib header conflict - pci/config.h 2014-11-04 10:27:12 +00:00
recipes-connectivity resolvconf: Upgrade to 1.76 2014-11-09 10:21:21 +00:00
recipes-core readline: Patch for readline multikey dispatch issue 2014-11-08 11:14:31 +00:00
recipes-devtools perl: set the perl libraries search path 2014-11-09 10:21:22 +00:00
recipes-extended watchdog: Upgrade to 5.14 2014-11-09 10:21:22 +00:00
recipes-gnome hicolor-icon-theme: Deal with "make clean" breakage 2014-10-30 13:11:52 +00:00
recipes-graphics libxkbcommon: Upgrade to 0.5.0 2014-11-09 10:21:21 +00:00
recipes-kernel systemtap: Upgrade to 2.6 Git Version 2014-11-09 10:21:20 +00:00
recipes-lsb4 libpod-plainer-perl: Upgrade to 1.04 2014-07-17 12:28:52 +01:00
recipes-multimedia base: Improve makefile clean handling, introduce CLEANBROKEN variable 2014-11-09 10:21:19 +00:00
recipes-qt meta-toolchain-qt: Fix environment population 2014-10-10 16:44:31 +01:00
recipes-rt hwlatdetect: fix PV 2014-06-17 10:23:53 +01:00
recipes-sato packagegroup: Move inherit packagegroup to after PACKAGE_ARCH 2014-08-25 08:57:44 +01:00
recipes-support debianutils: Add recipe from meta-oe 2014-11-09 10:21:22 +00:00
site site/common-darwin: Really fix common-darwin typo 2014-08-18 10:00:26 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00