diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-03-01 14:55:38 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-03-01 14:57:53 +0000 |
commit | 3b35dfffa89e90fe3042f7813b48e7c35010766e (patch) | |
tree | 7226ea9c63173c28e0ce901711fc9929f2d096e0 | |
parent | b1543738589a29e1f6af430787c3218c6601aeb9 (diff) |
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.
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |