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

require jamvm.inc

inherit distro_features_check

REQUIRED_DISTRO_FEATURES = "x11"

SRCREV = "6cef41d859fbc9ce7868a97cb2cb5dd2b10b9103"
PV = "2.0.0-devel+git${SRCPV}"

SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \
           file://jamvm-jni_h-noinst.patch \
           file://libffi.patch \
           file://jamvm-minmax-heap.patch \
           file://java \
          "

S = "${WORKDIR}/git"