[oe-commits] Henning Heinold : jamvm-initial: remove version 1.5.0, version 1.4. 5 is good enough for our needs

git version control git at git.openembedded.org
Fri Feb 4 19:16:00 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2e56f5f7040e6bdd60d8e5077c1c301273921352
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e56f5f7040e6bdd60d8e5077c1c301273921352

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Feb  4 20:11:46 2011 +0100

jamvm-initial: remove version 1.5.0, version 1.4.5 is good enough for our needs

---

 recipes/jamvm/jamvm-initial_1.5.0.bb |   44 ----------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/recipes/jamvm/jamvm-initial_1.5.0.bb b/recipes/jamvm/jamvm-initial_1.5.0.bb
deleted file mode 100644
index 8a3a050..0000000
--- a/recipes/jamvm/jamvm-initial_1.5.0.bb
+++ /dev/null
@@ -1,44 +0,0 @@
-SUMMARY = "A compact Java Virtual Machine which conforms to the JVM specification version 2."
-HOMEPAGE = "http://jamvm.sourceforge.net/"
-LICENSE = "GPL"
-
-DEPENDS = "zlib-native classpath-initial jikes-initial libffi-native"
-
-PR = "r3"
-
-PROVIDES = "virtual/java-initial"
-
-S = "${WORKDIR}/jamvm-${PV}"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
-          file://jamvm_${PV}-initial.patch \
-          "
-
-# This uses 32 bit arm, so force the instruction set to arm, not thumb
-ARM_INSTRUCTION_SET = "arm"
-
-inherit native autotools
-
-# libdir must be modified so that jamvm-initial and -native
-# do not interfere
-EXTRA_OECONF = "\
-  --with-classpath-install-dir=${prefix} \
-  --program-suffix=-initial \
-  --libdir=${STAGING_LIBDIR}/jamvm-initial \
-  "
-
-# jamvm-initial has to run some binaries which need lots of memory.
-CFLAGS += "-DDEFAULT_MAX_HEAP=512*MB"
-
-do_compile() {
-  oe_runmake \
-    JAVAC=jikes-initial \
-    GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath-initial/glibj.zip
-}
-
-do_install_append() {
-  install -m 0755 java-initial ${D}${bindir}
-}
-
-SRC_URI[md5sum] = "a965452442cdbfc94caba57d0dd25a8f"
-SRC_URI[sha256sum] = "18b269b1bfad7230384681e89189c6af18584e19cddbf92208c0acef814046ab"





More information about the Openembedded-commits mailing list