From: Graeme Gregory Date: Mon, 1 Mar 2010 14:55:38 +0000 (+0000) Subject: angstrom-2008.1.conf : increment angstrom uclibc usage to the latest point rel. X-Git-Tag: Release-2010-05/1~490^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b35dfffa89e90fe3042f7813b48e7c35010766e;p=openembedded.git angstrom-2008.1.conf : increment angstrom uclibc usage to the latest point rel. There were problems compiling later gnome/polkit/conkit stuff that this release fixes. To not deviate too far from glibc builds we need to update. --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index c4562cba14..225e218a5a 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -84,8 +84,8 @@ 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-initial ?= "2.9" -PREFERRED_VERSION_uclibc ?= "0.9.30.1" -PREFERRED_VERSION_uclibc-initial ?= "0.9.30.1" +PREFERRED_VERSION_uclibc ?= "0.9.30.2" +PREFERRED_VERSION_uclibc-initial ?= "0.9.30.2" #powerpc needs additional patches to gcc ANGSTROM_GCC_VERSION_ppc405 ?= "4.1.1"