diff options
author | Henning Heinold <henning@itconsulting-heinold.de> | 2014-03-08 01:03:19 +0100 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-04-07 23:57:23 +0200 |
commit | 83b6a83bf5bc5a44b56eefafbe368fffd066f8e2 (patch) | |
tree | 460b412636b06490dc926337202474645e06fc92 /recipes-core/jamvm/jamvm_git.bb | |
parent | 665ab3a5dac364a25538d4f2df6424a96ce061f4 (diff) | |
download | meta-java-83b6a83bf5bc5a44b56eefafbe368fffd066f8e2.tar.gz |
jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719
* remove annotations.patch, because it was fixed upstream
Diffstat (limited to 'recipes-core/jamvm/jamvm_git.bb')
-rw-r--r-- | recipes-core/jamvm/jamvm_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb index 97ed1cc..bfa856a 100644 --- a/recipes-core/jamvm/jamvm_git.bb +++ b/recipes-core/jamvm/jamvm_git.bb | |||
@@ -3,14 +3,13 @@ | |||
3 | 3 | ||
4 | require jamvm.inc | 4 | require jamvm.inc |
5 | 5 | ||
6 | SRCREV = "ac22c9948434e528ece451642b4ebde40953ee7e" | 6 | SRCREV = "ebd11bde0a97b57f0d18938c6b65468d3c932719" |
7 | PV = "1.5.5+1.6.0-devel+git${SRCPV}" | 7 | PV = "1.5.5+1.6.0-devel+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ | 9 | SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ |
10 | file://jamvm-jni_h-noinst.patch \ | 10 | file://jamvm-jni_h-noinst.patch \ |
11 | file://libffi.patch \ | 11 | file://libffi.patch \ |
12 | file://jamvm-minmax-heap.patch \ | 12 | file://jamvm-minmax-heap.patch \ |
13 | file://annotations.patch \ | ||
14 | file://java \ | 13 | file://java \ |
15 | " | 14 | " |
16 | 15 | ||