diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-07-16 14:05:48 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-07-16 14:07:51 +0200 |
commit | 505ca9b45dc38d866001399e31e400e0001bf466 (patch) | |
tree | 0393e0c3a003c601fed1946d29fc56737b0c86cc /recipes/jamvm/jamvm-native_1.5.3.bb | |
parent | a573f4c1b5a5bdd8def89a33128ff7c4d544f30c (diff) |
jamvm-native: Removed restart workaround, use libffi instead of custom assembly code.
Diffstat (limited to 'recipes/jamvm/jamvm-native_1.5.3.bb')
-rw-r--r-- | recipes/jamvm/jamvm-native_1.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/jamvm/jamvm-native_1.5.3.bb b/recipes/jamvm/jamvm-native_1.5.3.bb index 0c40b1bf70..72a1b2a78b 100644 --- a/recipes/jamvm/jamvm-native_1.5.3.bb +++ b/recipes/jamvm/jamvm-native_1.5.3.bb @@ -2,7 +2,7 @@ require jamvm-native.inc -PR = "r2" +PR = "r3" SRC_URI += "file://jamvm-1.5.3-jni_h-noinst.patch" |