From: Koen Kooi Date: Thu, 17 Jun 2010 08:17:18 +0000 (+0200) Subject: angstrom: pin eglibc version to the same as the glibc version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676cdc0a1076b6566f1278e11919a7b9ca12574b;p=openembedded.git angstrom: pin eglibc version to the same as the glibc version --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 1df0c0bf52..da48cf46e5 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -84,10 +84,12 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" PREFERRED_VERSION_linux-libc-headers = "2.6.31" #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. -PREFERRED_VERSION_glibc ?= "2.9" +PREFERRED_VERSION_glibc ?= "2.9" PREFERRED_VERSION_glibc-initial ?= "2.9" PREFERRED_VERSION_uclibc ?= "0.9.30.2" PREFERRED_VERSION_uclibc-initial ?= "0.9.30.2" +PREFERRED_VERSION_eglibc ?= "2.9" +PREFERRED_VERSION_eglibc-initial ?= "2.9" #powerpc needs additional patches to gcc ANGSTROM_GCC_VERSION_ppc405 ?= "4.1.1"