From: Martin Jansa Date: Tue, 25 May 2010 07:08:44 +0000 (+0200) Subject: SHR: use eglibc-2.12 instead 2.11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7448905b379d0d740b9ad8145d4dd161e32fe240;p=openembedded.git SHR: use eglibc-2.12 instead 2.11 Signed-off-by: Martin Jansa --- 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 #############################################################################