diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 15:07:22 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 15:07:22 +0000 |
commit | 1b0b0e3f85464178c997ef9f0943d0ff99e85edf (patch) | |
tree | edc80f721472d30f7a484877f4db947c4e1b09d7 /packages/jamvm/jamvm_1.4.5.bb | |
parent | c0c3fee3141e11c088a5b1f845773a12a19bb237 (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.5.bb')
-rw-r--r-- | packages/jamvm/jamvm_1.4.5.bb | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/packages/jamvm/jamvm_1.4.5.bb b/packages/jamvm/jamvm_1.4.5.bb index 489b4fb94b..ab1fb0484e 100644 --- a/packages/jamvm/jamvm_1.4.5.bb +++ b/packages/jamvm/jamvm_1.4.5.bb @@ -1,24 +1,2 @@ -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" +SRC_URI += "file://jamvm-1.3.1-size-defaults.patch;patch=1" -DEPENDS = "zlib classpath" -RDEPENDS = "classpath (>= 0.18) classpath-common (>= 0.18)" - -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" |