angstrom-bleeding: Pin eglibc-locale version

eglibc-locale version needed to be pinned to 2.13
additionally add 2.21.1 to preferred binutils

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-07-12 15:35:00 -07:00
committed by Koen Kooi
parent 5500a6f847
commit 84c20472a7

View File

@@ -2,10 +2,11 @@
# Only use for toolchain testing!
ANGSTROM_GCC_VERSION ?= "4.6%"
ANGSTROM_BINUTILS_VERSION ?= "2.21"
ANGSTROM_BINUTILS_VERSION ?= "2.21.1"
PREFERRED_VERSION_eglibc ?= "2.13"
PREFERRED_VERSION_eglibc-initial ?= "2.13"
PREFERRED_VERSION_eglibc-locale ?= "2.13"
PREFERRED_VERSION_uclibc ?= "0.9.32+0.9.33%"
PREFERRED_VERSION_uclibc-initial ?= "0.9.32+0.9.33%"