sg3-utils: add newer buildable version
[openembedded.git] / recipes / jamvm / jamvm.inc
1 DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM specification version 2."
2 HOMEPAGE = "http://jamvm.sourceforge.net/"
3 LICENSE = "GPL"
4
5 DEPENDS = "zlib classpath virtual/javac-native"
6 RDEPENDS = "classpath"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz"
9
10 RPROVIDES_jamvm = "java2-runtime"
11
12 # This uses 32 bit arm, so force the instruction set to arm, not thumb
13 ARM_INSTRUCTION_SET = "arm"
14
15 inherit java autotools update-alternatives
16
17 EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
18 CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
19
20 ALTERNATIVE_NAME = "java"
21 ALTERNATIVE_PATH = "${bindir}/jamvm"
22 ALTERNATIVE_PRIORITY = "4"