]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: fix perl path in target scripts on fedora 17 alpha
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 13 Apr 2012 04:43:44 +0000 (21:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 15:00:04 +0000 (16:00 +0100)
commit7c95d554c431451f975e1e5d0336d1fb7d0ce7ae
tree5d051fe3996f9035e0c1ebd7fe1175242afcfac2
parentf960da1b48bafb3ccdd58222fe9fc12c1bb6ed9b
eglibc: fix perl path in target scripts on fedora 17 alpha

fedora 17 has /usr/bin/perl as well as /bin/perl, which results in
 the perl path set in thetarget  perl scripts as /bin/perl
While we install perl on target at ${bindir}/perl i.e. /usr/bin/perl
Hence the target perl scripts are broken when build is done on fedora 17.
Work around the issue by providing cached value of perl path to eglibc

This fixes bug [YOCTO #2286]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.15.bb