summaryrefslogtreecommitdiff
path: root/packages/jamvm/jamvm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/jamvm/jamvm.inc')
-rw-r--r--packages/jamvm/jamvm.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/jamvm/jamvm.inc b/packages/jamvm/jamvm.inc
deleted file mode 100644
index 428e6b2449..0000000000
--- a/packages/jamvm/jamvm.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM specification version 2."
-HOMEPAGE = "http://jamvm.sourceforge.net/"
-LICENSE = "GPL"
-
-DEPENDS = "zlib classpath virtual/javac-native"
-RDEPENDS = "classpath"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz"
-
-RPROVIDES_jamvm = "java2-runtime"
-
-# This uses 32 bit arm, so force the instruction set to arm, not thumb
-ARM_INSTRUCTION_SET = "arm"
-
-inherit java autotools update-alternatives
-
-EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
-CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
-
-ALTERNATIVE_NAME = "java"
-ALTERNATIVE_PATH = "${bindir}/jamvm"
-ALTERNATIVE_PRIORITY = "4"