]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: added ac_cv_path_ to CACHED_CONFIGUREVARS
authorSaul Wold <sgw@linux.intel.com>
Wed, 13 Jun 2012 23:39:49 +0000 (16:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2012 14:09:17 +0000 (15:09 +0100)
On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it
on the host machine there, this ensures that it is set correctly for the target.

[YOCTO #2363]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.15.bb

index 8e3fe503b8d1c9bdff360634e38551690c96ef5d..51061bc7bd8cb39eef9c2c6fa28e9e653e7a2319 100644 (file)
@@ -32,6 +32,8 @@ require eglibc-options.inc
 
 LEAD_SONAME = "libc.so"
 
+CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \
+                       ac_cv_path_BASH_SHELL=${base_bindir}/bash"
 GLIBC_EXTRA_OECONF ?= ""
 GLIBC_EXTRA_OECONF_virtclass-nativesdk = ""
 INHIBIT_DEFAULT_DEPS = "1"
index 73cd0aaaed90a795429b8d68e12f0d825eec9088..690f99d086d0640da39ad39c6a5ff657c7c88d5a 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "15508"
 
 DEPENDS += "gperf-native"
-PR = "r27"
+PR = "r28"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
index 6dd846f7f77ebda0913e600ace06402cc84b3aac..e57a11206b9f48a321c094ab2a07dce8507b65ad 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "17386"
 
 DEPENDS += "gperf-native"
-PR = "r11"
+PR = "r12"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_15"