diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-09 19:16:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-09 19:16:42 +0000 |
commit | 249a5476b2d2ec15e71b126bb02bc885b29604ee (patch) | |
tree | cef4f4c3efe530504749ba3e57b385e7b41c83b4 | |
parent | edbb148535f63e58a8e10ed5c68b7aecb983602e (diff) |
slugos: update floating CVS packages and ipkg to latest versions in conf
-rw-r--r-- | conf/distro/slugos.conf | 2 | ||||
-rw-r--r-- | conf/machine/nslu2.conf | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 21f1ae5bb9..cab425a25f 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -170,7 +170,7 @@ PREFERRED_VERSION_ixp400-eth ?= "1.5" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_x11 ?= "diet-x11" -CVSDATE_diet-x11 ?= "20051005" +CVSDATE_diet-x11 ?= "20060106" # Ensure consistency across all SlugOS builds for the provider of a # relational database - use the latest version of the SleepyCat diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf index be85a82048..1f70d9923b 100644 --- a/conf/machine/nslu2.conf +++ b/conf/machine/nslu2.conf @@ -141,15 +141,13 @@ USE_VT = "0" #------------------------------------------------------------------------------- # Package versions #------------------------------------------------------------------------------- -CVSDATE_gnu-config ?= "20050713" -CVSDATE_gnu-config-native ?= "20050713" -CVSDATE_ipkg-utils ?= "20050713" -CVSDATE_ipkg-utils-native ?= "20050713" -CVSDATE_ipkg-link ?= "20050713" +CVSDATE_ipkg-utils ?= "20060106" +CVSDATE_ipkg-utils-native ?= "20060106" +CVSDATE_ipkg-link ?= "20060106" CVSDATE_irssi ?= "20050930" CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/" INHERIT += "nslu2-mirrors" -PREFERRED_VERSION_ipkg ?= "0.99.152" -PREFERRED_VERSION_ipkg-native ?= "0.99.152" +PREFERRED_VERSION_ipkg ?= "0.99.155" +PREFERRED_VERSION_ipkg-native ?= "0.99.154" |