[oe-commits] Koen Kooi : angstrom: pin eglibc version to the same as the glibc version

git version control git at git.openembedded.org
Thu Jun 17 08:17:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 676cdc0a1076b6566f1278e11919a7b9ca12574b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=676cdc0a1076b6566f1278e11919a7b9ca12574b

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jun 17 10:17:18 2010 +0200

angstrom: pin eglibc version to the same as the glibc version

---

 conf/distro/angstrom-2008.1.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 1df0c0b..da48cf4 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"





More information about the Openembedded-commits mailing list