angstrom: pin eglibc version to the same as the glibc version
authorKoen Kooi <koen@openembedded.org>
Thu, 17 Jun 2010 08:17:18 +0000 (10:17 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 17 Jun 2010 08:17:18 +0000 (10:17 +0200)
conf/distro/angstrom-2008.1.conf

index 1df0c0b..da48cf4 100644 (file)
@@ -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"