diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-25 09:08:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-26 13:12:56 +0200 |
commit | 7448905b379d0d740b9ad8145d4dd161e32fe240 (patch) | |
tree | aed307553fbe2496422c9654c393217f8a949ee0 | |
parent | bab8cda39ab1cecec1119a75596b168b38bc8014 (diff) |
SHR: use eglibc-2.12 instead 2.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/shr.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 4edd9ef041..9fd6b04b16 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -146,6 +146,8 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_VERSION_eglibc ?= "2.12" +PREFERRED_VERSION_eglibc-initial ?= "2.12" require conf/distro/include/sane-toolchain.inc ############################################################################# |