summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jamvm/jamvm_git.bb')
-rw-r--r--recipes-core/jamvm/jamvm_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb
index 88df6fc..97ed1cc 100644
--- a/recipes-core/jamvm/jamvm_git.bb
+++ b/recipes-core/jamvm/jamvm_git.bb
@@ -3,15 +3,15 @@
3 3
4require jamvm.inc 4require jamvm.inc
5 5
6SRCREV = "0972452d441544f7dd29c55d64f1ce3a5db90d82" 6SRCREV = "ac22c9948434e528ece451642b4ebde40953ee7e"
7PV = "1.5.5+1.6.0-devel+git${SRCPV}" 7PV = "1.5.5+1.6.0-devel+git${SRCPV}"
8 8
9PR = "r4"
10
11SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ 9SRC_URI = "git://git.berlios.de/jamvm;protocol=git \
12 file://jamvm-jni_h-noinst.patch \ 10 file://jamvm-jni_h-noinst.patch \
13 file://libffi.patch \ 11 file://libffi.patch \
14 file://jamvm-minmax-heap.patch \ 12 file://jamvm-minmax-heap.patch \
13 file://annotations.patch \
14 file://java \
15 " 15 "
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"