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:09:17 +0100 |
commit | 133c2a12d13028a3829c87a59a2ff4fe21f57260 (patch) | |
tree | 79545d477f3be9a2a8777265f5d565963a7201b3 /meta/recipes-core/eglibc/eglibc_2.13.bb | |
parent | 958934049e4b3b84e5eaa9c6b0d672cf2c4a693e (diff) | |
download | openembedded-core-133c2a12d13028a3829c87a59a2ff4fe21f57260.tar.gz openembedded-core-133c2a12d13028a3829c87a59a2ff4fe21f57260.tar.bz2 openembedded-core-133c2a12d13028a3829c87a59a2ff4fe21f57260.zip |
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]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 2 |
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 SRCREV = "15508" DEPENDS += "gperf-native" -PR = "r27" +PR = "r28" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_13" |