diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-12-03 11:21:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-12-03 11:21:36 +0000 |
commit | 1ac69df768a11cb12ca59a4759cd8a86cab6aa97 (patch) | |
tree | 6903f6f9327da70332a950d0acab1df31a6ec5ca /conf/distro/angstrom-2008.1.conf | |
parent | 549b1eca05952ca09e1cb2ffd7aa6b6762c09383 (diff) |
angstrom-2008.1.conf : update uclibc to latest bugfix release
This was needed to clear some linking errors occuring on avr32
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-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 7d0a9dc7c3..abc9a936d6 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" -PREFERRED_VERSION_uclibc-initial ?= "0.9.30" +PREFERRED_VERSION_uclibc ?= "0.9.30.1" +PREFERRED_VERSION_uclibc-initial ?= "0.9.30.1" # Preferred provider for virtual/psplash # This enforces a specific brand to be used, in our case the angstrom |