jamvm-initial 1.4.5,1.5.0: Fixed binary to be called in script.
authorRobert Schuster <robertschuster@fsfe.org>
Wed, 14 Jul 2010 06:15:01 +0000 (08:15 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Wed, 14 Jul 2010 06:15:01 +0000 (08:15 +0200)
recipes/jamvm/files/jamvm_1.4.5-initial.patch
recipes/jamvm/files/jamvm_1.5.0-initial.patch
recipes/jamvm/jamvm-initial_1.4.5.bb
recipes/jamvm/jamvm-initial_1.5.0.bb

index f841271..175052d 100644 (file)
@@ -21,11 +21,11 @@ Index: jamvm-1.4.5/java-initial
 +
 +redo_from_start=1;
 +while [ $redo_from_start -eq 1 ]; do
-+    echo "Running JamVM: ${@}"
++    echo "Running JamVM-initial: ${@}"
 +    redo_from_start=0;
-+    jamvm ${1+"$@"}
++    jamvm-initial ${1+"$@"}
 +    if [ $? -eq 139 ]; then
-+        echo "JamVM crashed - silently trying again"
++        echo "JamVM-initial crashed - silently trying again"
 +        redo_from_start=1;
 +    fi
 +done
index 3d5a4ae..1f63dba 100644 (file)
@@ -22,11 +22,11 @@ Index: jamvm-1.5.0/java-initial
 +
 +redo_from_start=1;
 +while [ $redo_from_start -eq 1 ]; do
-+    echo "Running JamVM: ${@}"
++    echo "Running JamVM-initial: ${@}"
 +    redo_from_start=0;
-+    jamvm ${1+"$@"}
++    jamvm-initial ${1+"$@"}
 +    if [ $? -eq 139 ]; then
-+        echo "JamVM crashed - silently trying again"
++        echo "JamVM-initial crashed - silently trying again"
 +        redo_from_start=1;
 +    fi
 +done
index 301e806..4620c66 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 
 DEPENDS = "zlib-native classpath-initial jikes-initial libffi-native"
 
-PR = "r2"
+PR = "r3"
 
 PROVIDES = "virtual/java-initial"
 
index 2a1fef6..8a3a050 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 
 DEPENDS = "zlib-native classpath-initial jikes-initial libffi-native"
 
-PR = "r2"
+PR = "r3"
 
 PROVIDES = "virtual/java-initial"