mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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]
(From OE-Core rev: 7c95d554c431451f975e1e5d0336d1fb7d0ce7ae)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc69136bf3
commit
0d7b909817
@@ -54,3 +54,5 @@ do_configure_prepend() {
|
||||
GLIBC_ADDONS ?= "ports,nptl,libidn"
|
||||
SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
|
||||
GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}"
|
||||
|
||||
CACHED_CONFIGUREVARS = "ac_cv_path_PERL=${bindir}/perl"
|
||||
|
||||
@@ -3,7 +3,7 @@ require eglibc.inc
|
||||
SRCREV = "15508"
|
||||
|
||||
DEPENDS += "gperf-native"
|
||||
PR = "r23"
|
||||
PR = "r24"
|
||||
PR_append = "+svnr${SRCPV}"
|
||||
|
||||
EGLIBC_BRANCH="eglibc-2_13"
|
||||
|
||||
@@ -3,7 +3,7 @@ require eglibc.inc
|
||||
SRCREV = "17386"
|
||||
|
||||
DEPENDS += "gperf-native"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
PR_append = "+svnr${SRCPV}"
|
||||
|
||||
EGLIBC_BRANCH="eglibc-2_15"
|
||||
|
||||
Reference in New Issue
Block a user