From 86d497a5c272426e817333bfc64d3fc87c6f0a53 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 10 Aug 2011 14:07:29 -0500 Subject: corecdp: use jamvm 1.5.4, remove preferred java versions --- multitech/conf/distro/corecdp.conf | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index f2ee625..dc1fe5b 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -25,21 +25,11 @@ DEFAULT_TIMEZONE = "America/Chicago" PREFERRED_PROVIDER_mtd-utils-static = "mtd-utils-static" -# prevents building cacao +# prevents building cacao, which is broken for target PREFERRED_PROVIDER_jamvm = "jamvm" -# Java versions that work together -# initial verions -PREFERRED_VERSION_jamvm-initial ?= "1.4.5" -PREFERRED_VERSION_classpath-initial ?= "0.93" - -# native versions -PREFERRED_VERSION_jamvm-native ?= "1.5.3" -PREFERRED_VERSION_classpath-native ?= "0.98" - -# target device -PREFERRED_VERSION_jamvm ?= "1.5.2" -PREFERRED_VERSION_classpath ?= "0.98" +# use latest jamvm +PREFERRED_VERSION_jamvm = "1.5.4" PREFERRED_VERSION_lighttpd = "1.4.28" -- cgit v1.2.3