From 362eaf9788a10e411f643c67a01177f063ef4a70 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 18 May 2013 09:38:19 -0700 Subject: [PATCH] angstrom-jalimo: Remove pinned versions Pinnings were old and are not required now a days with meta-java only providing 1 version of a recipe Signed-off-by: Khem Raj --- conf/distro/include/angstrom-jalimo.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/conf/distro/include/angstrom-jalimo.conf b/conf/distro/include/angstrom-jalimo.conf index 9daa68f..63d140f 100644 --- a/conf/distro/include/angstrom-jalimo.conf +++ b/conf/distro/include/angstrom-jalimo.conf @@ -1,26 +1,9 @@ # Put a 'require conf/distro/include/angstrom-jalimo.conf' in your local.conf if you want to build from the jalimo overlay -# initial stuff -PREFERRED_VERSION_jamvm-initial = "1.4.5" -PREFERRED_VERSION_classpath-initial = "0.93" - -# Native VM PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" -PREFERRED_VERSION_jamvm-native = "1.5.3" -#PREFERRED_VERSION_cacao-native = "0.99.3" -PREFERRED_VERSION_classpath-native = "0.98" # Native compiler settings PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" -PREFERRED_VERSION_libecj-bootstrap = "3.6.2" # Target VM -PREFERRED_VERSION_cacao = "0.99.3" -PREFERRED_VERSION_cacaoh-native = "0.99.3" - -PREFERRED_VERSION_jamvm = "1.5.2" -PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk" PREFERRED_PROVIDER_classpath = "classpath" - -PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1" -PREFERRED_VERSION_icedtea6-native = "1.8.11"