From: Martin Jansa Date: Tue, 9 Feb 2010 12:54:59 +0000 (+0100) Subject: shr: use eglibc-2.11 X-Git-Tag: Release-2010-05/1~491^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae254cccf7e4642f45936b22dfe0dc4bb92debe;p=openembedded.git shr: use eglibc-2.11 Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 66563625aa..d223933059 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -155,6 +155,8 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A ############################################################################# LIBC ?= "eglibc" PREFERRED_GCC_VERSION ?= "4.4.3" +PREFERRED_VERSION_eglibc ?= "2.11" +PREFERRED_VERSION_eglibc-initial ?= "2.11" require conf/distro/include/sane-toolchain.inc #############################################################################