diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-02 14:28:20 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-02 14:29:36 +0200 |
commit | 9c3ffea91c078e92def02d7c3658b23fea12e608 (patch) | |
tree | 47d009534a634f756f21f2a6c47d0fadb569056e | |
parent | a2f5d1f087f8d8dd529997b910ff2c46e51cd50b (diff) |
minimal-uclibc: Upgrade uclibc to 0.9.30.1
Catch up with micro-uclibc.conf by upgrading uclibc. I will
spawn a discussion about the future of minimal(-uclibc) in the
presence of micro(-uclibc).
Acked-By: Phil Blundell <philb@gnu.org>
-rw-r--r-- | conf/distro/minimal-uclibc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index 34f92119b2..257d364292 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -31,7 +31,7 @@ USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes" USE_NLS_gcc-cross = "no" -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" require conf/distro/minimal.conf |