From 84c20472a7ca466733ae19cbc10569f9d0a642bb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Jul 2011 15:35:00 -0700 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- conf/distro/angstrom-bleeding.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf index a704462..62bfe7c 100644 --- a/conf/distro/angstrom-bleeding.conf +++ b/conf/distro/angstrom-bleeding.conf @@ -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%"