summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm_git.bb
blob: 6f4137e1a64e1b9cde9a5874d386a1830c482a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: You *must* use this together with classpath-native 0.98.
# Otherwise it won't work!

require jamvm.inc

SRCREV = "2fdfc86c4c52c14668bcb87fec8cd8ba87e24fc3"
PV = "1.5.5+1.6.0-devel+git${SRCPV}"

PR = "r3"

SRC_URI = "git://git.berlios.de/jamvm;protocol=git \
           file://jamvm-jni_h-noinst.patch \
           file://libffi.patch \
           file://jamvm-minmax-heap.patch \
          "

S = "${WORKDIR}/git"