generic-poky/meta
Robert Yang 59348455a7 autoconf-nativesdk: fix builds on fedora 17
Generally distros keep perl at /usr/bin/perl
Fedora 17 also has /bin/perl

this causes autoconf-nativesdk build on such distros to put perl
interpreter path in the perl scripts as /bin/perl

But we set perl location for target as /usr/bin/perl

This mismatch of perl path causes failure of rootfs image creation
like this:

| error: Failed dependencies:
|       /bin/perl is needed by autoconf-nativesdk-2.68-r6.x86_64.rpm
NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed

The second sed command is for such a case:

eval 'case $# in 0) exec /bin/perl -S "$0";; *) exec /bin/perl -S "$0" "$@";; esac'

This line has two "/bin/perl" and we can't use a line number to tell
sed which line it is since the line numbers in different files are
defferent.

[YOCTO #2304]

(From OE-Core rev: 393908e53b243b16ab984da7f073be371e062946)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-16 22:53:00 +01:00
..
classes Multilib: Fix RDEPENDS in libc-package.bbclass, useradd.bbclass... 2012-04-16 12:52:10 +01:00
conf bitbake.conf: Include abi_version.conf in a early stage 2012-04-16 12:52:11 +01:00
files common-license: Add ICU generic 2012-03-25 12:23:39 +01:00
lib license.py: fix behaviour of copyleft_compliance 2012-04-04 17:17:51 +01:00
recipes-bsp grub: Add missing dependency on autogen-native to avoid build failures 2012-04-14 23:42:31 +01:00
recipes-connectivity connman-gnome: connman 0.79 API fixes 2012-04-15 10:28:38 +01:00
recipes-core glib-2.0: fix builds on fedora 17 2012-04-16 22:53:00 +01:00
recipes-devtools autoconf-nativesdk: fix builds on fedora 17 2012-04-16 22:53:00 +01:00
recipes-extended wget: Fix re-execution issue 2012-04-16 12:52:09 +01:00
recipes-gnome gdk-pixbuf: Fix checksum warning issue 2012-03-30 17:20:23 +01:00
recipes-graphics mesa-common: package gl.pc in libgl-dev 2012-04-10 13:31:58 +01:00
recipes-kernel systemtap: Ensure FILESPATH is set so systemtap-uprobes can find patches 2012-04-14 14:31:26 +01:00
recipes-multimedia gst-plugins-bad: add curl as build dependency 2012-04-15 17:34:47 +01:00
recipes-qt Hob: Modify Image Descriptions 2012-04-06 01:12:46 +01:00
recipes-rt core-image-rt-*.bb: require munges DESCRIPTION 2012-04-16 22:30:03 +01:00
recipes-sato core-image-sato-sdk: typo in DESCRIPTION 2012-04-16 22:30:03 +01:00
recipes-support nspr: fix package spliting 2012-04-14 09:34:06 +01:00
site powerpc64-linux: Update cached autoconf values for libpcap on powerpc64 2012-02-10 14:38:41 +00:00
COPYING.MIT Add missing licence files (COPYING.MIT) 2006-07-23 13:52:32 +00:00
recipes.txt meta/recipes.txt: correct Qt capitalisation 2011-09-07 22:54:17 +01:00