increase dvbapp PR.
[vuplus_openembedded] / recipes / jamvm / jamvm-native.inc
1 require jamvm.inc 
2
3 DEPENDS = "zlib-native classpath-native ecj-initial"
4 RDEPENDS = ""
5
6 PROVIDES = "virtual/java-native"
7
8 RPROVIDES_jamvm = ""
9
10 # This uses 32 bit arm, so force the instruction set to arm, not thumb
11 ARM_INSTRUCTION_SET = "arm"
12
13 # Needed for big compilation targets like OpenJDK
14 CFLAGS += "-DDEFAULT_MAX_HEAP=2048*MB"
15
16 inherit native
17
18 S = "${WORKDIR}/jamvm-${PV}"
19
20 do_install_append() {
21   ln -sf jamvm ${STAGING_BINDIR}/java
22 }
23
24 # Enforce usage of ecj-initial.
25 export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
26