From 7c95d554c431451f975e1e5d0336d1fb7d0ce7ae Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 12 Apr 2012 21:43:44 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/eglibc/eglibc.inc') diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc index 8e3fe503b8..66934477b6 100644 --- a/meta/recipes-core/eglibc/eglibc.inc +++ b/meta/recipes-core/eglibc/eglibc.inc @@ -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" -- cgit 1.2.3-korg