summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/licenses.conf2
-rw-r--r--sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch0
-rw-r--r--sablevm/sablevm-classpath_1.1.6.oe17
-rw-r--r--sablevm/sablevm-classpath_1.1.7.oe0
-rw-r--r--sablevm/sablevm_1.1.6.oe40
-rw-r--r--sablevm/sablevm_1.1.7.oe0
6 files changed, 1 insertions, 58 deletions
diff --git a/conf/licenses.conf b/conf/licenses.conf
index 400c27f037..247c668943 100644
--- a/conf/licenses.conf
+++ b/conf/licenses.conf
@@ -1,2 +1,2 @@
SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 BZIP2 QPL AFL"
-SRC_DISTRIBUTE_LICENSES += "NTP MIT Sleepycat"
+SRC_DISTRIBUTE_LICENSES += "NTP MIT Sleepycat Classpath"
diff --git a/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch b/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch
diff --git a/sablevm/sablevm-classpath_1.1.6.oe b/sablevm/sablevm-classpath_1.1.6.oe
deleted file mode 100644
index f76cdba1ca..0000000000
--- a/sablevm/sablevm-classpath_1.1.6.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "GNU Classpath modified to work with SableVM"
-HOMEPAGE = "http://sablevm.org"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
-DEPENDS = "glib-2.0 gtk+ libart-lgpl pango jikes-native"
-RDEPENDS_${PN} = "${PN}-native"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/sablevm-classpath-${PV}.tar.gz"
-
-inherit autotools
-
-PACKAGES += " ${PN}-native"
-
-FILES_${PN} = "${datadir}/sablevm"
-FILES_${PN}-native = "${libdir}/sablevm"
diff --git a/sablevm/sablevm-classpath_1.1.7.oe b/sablevm/sablevm-classpath_1.1.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm-classpath_1.1.7.oe
diff --git a/sablevm/sablevm_1.1.6.oe b/sablevm/sablevm_1.1.6.oe
deleted file mode 100644
index 14ba706855..0000000000
--- a/sablevm/sablevm_1.1.6.oe
+++ /dev/null
@@ -1,40 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "A highly-portable Java virtual machine implementing the Java virtual machine specification, second edition."
-HOMEPAGE = "http://sablevm.org"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
-DEPENDS = "libffi libtool popt \
- sablevm-classpath"
-# unzip"
-RDEPENDS = "sablevm-classpath"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/sablevm-${PV}.tar.gz \
- ${DEBIAN_MIRROR}/main/s/sablevm/sablevm_${PV}-6.diff.gz;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/java"
-ALTERNATIVE_NAME = "java"
-ALTERNATIVE_PATH = "${bindir}/java-sablevm"
-ALTERNATIVE_PRIORITY = "350"
-
-PACKAGES = "${PN} ${PN}-doc lib${PN} lib${PN}-dev"
-
-FILES_${PN} = "${bindir} \
- ${libdir}/${PN}/bin"
-
-FILES_lib${PN} = "${libdir}/lib${PN}-${PV}.so"
-
-FILES_lib${PN}-dev = "${includedir}/jni* \
- ${libdir}/lib${PN}.so \
- ${libdir}/lib${PN}.la"
-
-do_install_append() {
- install -d ${D}/${datadir}/doc
- mv ${D}/${datadir}/${PN} ${D}/${datadir}/doc/
-
- # symlink only present in the deb...
- install -d ${D}/${libdir}/${PN}/bin
- cd ${D}/${libdir}/${PN}/bin && ln -sf ../../../bin/java-sablevm java
-}
diff --git a/sablevm/sablevm_1.1.7.oe b/sablevm/sablevm_1.1.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm_1.1.7.oe