From d2731f32f033b9f7a1387bfad11897becd22301f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 May 2011 20:26:24 +0200 Subject: [PATCH] angstrom bleeding: prefer eglibc 2.13 Signed-off-by: Koen Kooi --- conf/distro/angstrom-bleeding.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf index 31d5f03..4023925 100644 --- a/conf/distro/angstrom-bleeding.conf +++ b/conf/distro/angstrom-bleeding.conf @@ -4,6 +4,9 @@ ANGSTROM_GCC_VERSION ?= "4.6.0" ANGSTROM_BINUTILS_VERSION ?= "2.21" +PREFERRED_VERSION_eglibc ?= "2.13" +PREFERRED_VERSION_eglibc-initial ?= "2.13" + require angstrom-2010.x.conf DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-bleeding-core"