summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-13 16:39:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 11:59:33 +0100
commit94e3e894d0f535f010ae332ca7f68f86b0475516 (patch)
tree409d3fe95586da2b08a83438cadabdad62d88810 /meta/recipes-core/eglibc/eglibc.inc
parent8389decfe6122938382ce5090c36d205c9427dac (diff)
downloadpoky-94e3e894d0f535f010ae332ca7f68f86b0475516.tar.gz
eglibc: added ac_cv_path_ to CACHED_CONFIGUREVARS
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] (From OE-Core rev: 0d957dd0604230bef1d01ee9992c56d2aca62ec1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Reworked commit to fix merge conflicts with denzil branch. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 8e3fe503b8..51061bc7bd 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -32,6 +32,8 @@ require eglibc-options.inc
32 32
33LEAD_SONAME = "libc.so" 33LEAD_SONAME = "libc.so"
34 34
35CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \
36 ac_cv_path_BASH_SHELL=${base_bindir}/bash"
35GLIBC_EXTRA_OECONF ?= "" 37GLIBC_EXTRA_OECONF ?= ""
36GLIBC_EXTRA_OECONF_virtclass-nativesdk = "" 38GLIBC_EXTRA_OECONF_virtclass-nativesdk = ""
37INHIBIT_DEFAULT_DEPS = "1" 39INHIBIT_DEFAULT_DEPS = "1"