diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-13 16:39:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 15:12:44 +0100 |
commit | 43c84ea496507ccf41d3404bda615d086c48fad3 (patch) | |
tree | 3ab72c18843cc7c5a7dc5da1a5a7c8d2a87064a7 /meta/recipes-core | |
parent | ec07dfcbf4ab3241517c361912fa08200a920319 (diff) | |
download | poky-43c84ea496507ccf41d3404bda615d086c48fad3.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: 133c2a12d13028a3829c87a59a2ff4fe21f57260)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.15.bb | 2 |
3 files changed, 4 insertions, 2 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 | ||
33 | LEAD_SONAME = "libc.so" | 33 | LEAD_SONAME = "libc.so" |
34 | 34 | ||
35 | CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \ | ||
36 | ac_cv_path_BASH_SHELL=${base_bindir}/bash" | ||
35 | GLIBC_EXTRA_OECONF ?= "" | 37 | GLIBC_EXTRA_OECONF ?= "" |
36 | GLIBC_EXTRA_OECONF_virtclass-nativesdk = "" | 38 | GLIBC_EXTRA_OECONF_virtclass-nativesdk = "" |
37 | INHIBIT_DEFAULT_DEPS = "1" | 39 | INHIBIT_DEFAULT_DEPS = "1" |
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 73cd0aaaed..690f99d086 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb | |||
@@ -3,7 +3,7 @@ require eglibc.inc | |||
3 | SRCREV = "15508" | 3 | SRCREV = "15508" |
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | PR = "r27" | 6 | PR = "r28" |
7 | PR_append = "+svnr${SRCPV}" | 7 | PR_append = "+svnr${SRCPV}" |
8 | 8 | ||
9 | EGLIBC_BRANCH="eglibc-2_13" | 9 | EGLIBC_BRANCH="eglibc-2_13" |
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index 6dd846f7f7..e57a11206b 100644 --- a/meta/recipes-core/eglibc/eglibc_2.15.bb +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb | |||
@@ -3,7 +3,7 @@ require eglibc.inc | |||
3 | SRCREV = "17386" | 3 | SRCREV = "17386" |
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | PR = "r11" | 6 | PR = "r12" |
7 | PR_append = "+svnr${SRCPV}" | 7 | PR_append = "+svnr${SRCPV}" |
8 | 8 | ||
9 | EGLIBC_BRANCH="eglibc-2_15" | 9 | EGLIBC_BRANCH="eglibc-2_15" |