poky/meta
Hongxu Jia a5bdceea55 populate_sdk_base.bbclass:fix toolchain relocation issues
When run "autoreconf" in toolchain, there is an error if the host's perl's
version is not the same as the one in the SDK, the error says that the
executable perl mismatches the perl lib's version.

This is because most of the autotools' scripts use the "#!/usr/bin/perl -w"
which is host perl, but the gnu-configize uses "#! /usr/bin/env perl" which
invokes the perl wrapper in the SDK, and the wrapper will set the PERL5LIB to
the SDK which causes the mismatch. We can make all the perl scripts to use the
host perl or the SDK perl to fix this problem.

Cherry-pick commit aeb53bd789

[YOCTO #3984]

(From OE-Core rev: 9c10356bde6d303d84daadb8c1170e08e774f5af)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-23 13:00:52 +01:00
..
classes populate_sdk_base.bbclass:fix toolchain relocation issues 2013-04-23 13:00:52 +01:00
conf arch-armv4.inc: add --fix-v4bx to TARGET_LD_KERNEL_ARCH only for armv4 and strongarm1100 2013-02-14 15:19:52 +00:00
files bzip license: bzip2 not bzip. 2012-10-10 15:24:13 +01:00
lib/oe distrodata: Update distrocheck functions 2012-10-03 17:37:33 +01:00
recipes-bsp grub: disable lzma, device-mapper, zfs and nvpair 2012-09-19 17:56:27 +01:00
recipes-connectivity libnss-mdns: fix mDNS resolving speed 2013-01-07 11:32:13 +00:00
recipes-core nativesdk-ncurses 5.9: fix files were installed but not shipped 2013-04-23 13:00:52 +01:00
recipes-devtools perl_5.14.2.bb:fix toolchain relocation issues 2013-04-23 13:00:52 +01:00
recipes-extended tcp-wrappers: add socklen_t.patch 2013-03-01 15:38:49 +00:00
recipes-gnome gnome-desktop: Now we depend on gnome-common-native, use the correct sysroot 2013-02-14 15:19:53 +00:00
recipes-graphics cogl/clutter: Explicitly depend on libdrm for GLX 2013-02-15 13:05:29 +00:00
recipes-kernel qemux86-64: Disable paravirt guest, causes test failure on older kernels 2013-04-23 13:00:50 +01:00
recipes-lsb4/perl libi18n-collate-perl: add it 2012-09-10 13:01:54 +01:00
recipes-multimedia alsa-tools: fix compilation error 2013-03-01 15:38:49 +00:00
recipes-qt nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed 2013-02-14 15:19:54 +00:00
recipes-rt rt-tests: added missing dependencies in Makefile 2013-02-14 15:19:53 +00:00
recipes-sato sato-icon-theme: fix build 2012-12-13 15:21:45 +00:00
recipes-support libproxy: Fix for CVE-2012-4504 2012-12-13 15:21:42 +00:00
site site/common-linux: fix incorrect size of pid_t for apr 2012-07-02 16:47:44 +01:00
COPYING.MIT
recipes.txt recipes.txt: Add entries for "recipes-rt" and "recipes-support" 2012-07-09 16:58:56 +01:00