summaryrefslogtreecommitdiff
path: root/packages/jamvm/jamvm_1.4.1.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-14 15:07:22 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-14 15:07:22 +0000
commit1b0b0e3f85464178c997ef9f0943d0ff99e85edf (patch)
treeedc80f721472d30f7a484877f4db947c4e1b09d7 /packages/jamvm/jamvm_1.4.1.bb
parentc0c3fee3141e11c088a5b1f845773a12a19bb237 (diff)
jamvm: Cleanup and new version.
- moved all versions prior to 1.4.5 to obsolete/ (including patches) - added recipe for 1.5.0 - made 1.4.5 and 1.5.0 use a common include file
Diffstat (limited to 'packages/jamvm/jamvm_1.4.1.bb')
-rw-r--r--packages/jamvm/jamvm_1.4.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/jamvm/jamvm_1.4.1.bb b/packages/jamvm/jamvm_1.4.1.bb
deleted file mode 100644
index 9727fd6cda..0000000000
--- a/packages/jamvm/jamvm_1.4.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM specification version 2."
-HOMEPAGE = "http://jamvm.sourceforge.net/"
-LICENSE = "GPL"
-PRIORITY = "optional"
-SECTION = "interpreters"
-
-DEPENDS = "zlib classpath"
-RDEPENDS = "classpath (>= 0.14) classpath-common (>= 0.14)"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
- file://jamvm-1.3.1-size-defaults.patch;patch=1"
-
-# This uses 32 bit arm, so force the instruction set to arm, not thumb
-ARM_INSTRUCTION_SET = "arm"
-
-inherit autotools update-alternatives
-
-EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
-CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
-
-PROVIDES = "virtual/java"
-ALTERNATIVE_NAME = "java"
-ALTERNATIVE_PATH = "${bindir}/jamvm"
-ALTERNATIVE_PRIORITY = "10"