summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
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-15 15:12:44 +0100
commit43c84ea496507ccf41d3404bda615d086c48fad3 (patch)
tree3ab72c18843cc7c5a7dc5da1a5a7c8d2a87064a7 /meta/recipes-core/eglibc/eglibc_2.13.bb
parentec07dfcbf4ab3241517c361912fa08200a920319 (diff)
downloadpoky-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/eglibc/eglibc_2.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
1 files changed, 1 insertions, 1 deletions
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
3SRCREV = "15508" 3SRCREV = "15508"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r27" 6PR = "r28"
7PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
8 8
9EGLIBC_BRANCH="eglibc-2_13" 9EGLIBC_BRANCH="eglibc-2_13"