classpath-tools-native: New recipe.
javasqlite: Cleaned up DEPENDS, use classpath-tools-native.
libmatthew: Cleaned up DEPENDS, use classpath-tools-native.
midpath: Cleaned up DEPENDS, use classpath-tools-native.
phoneme: Cleaned up DEPENDS, use classpath-tools-native.
rxtx: Cleaned up DEPENDS, use classpath-tools-native.
sqlitejdbc: Cleaned up DEPENDS, use classpath-tools-native.
swt: Cleaned up DEPENDS, use classpath-tools-native.
--- /dev/null
+# Java recipes which need gjar, gjavah and so on need to depend on this
+# recipe.
+# This makes sure we not only have the tools' bytecode but also a proper
+# interpreter that can run it.
+DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
+
+DEPENDS = "virtual/java-native classpath-native"
http://www.ch-werner.de/javasqlite/javasqlite-${PV}.tar.gz \
file://build-fix.patch;patch=1"
-DEPENDS = "virtual/javac-native fastjar-native classpath-native javasqlite-mkconst-native classpath sqlite sqlite3"
+DEPENDS = "virtual/javac-native fastjar-native classpath-tools-native javasqlite-mkconst-native classpath sqlite sqlite3"
RDEPENDS_${JPN} = "lib${PN}-jni"
inherit java-library autotools
HOMEPAGE = "http://www.matthew.ath.cx/projects/java"
SECTION = "libs"
LICENSE = "LGPL"
-DEPENDS = "classpath-native classpath fastjar-native virtual/javac-native"
+DEPENDS = "classpath-tools-native classpath"
S = "${WORKDIR}/libmatthew-java-${PV}"
PRIORITY = "optional"
SECTION = "interpreters"
-DEPENDS = "virtual/javac-native classpath-native classpath fastjar-native"
+DEPENDS = "virtual/javac-native classpath-tools-native classpath fastjar-native"
GLIBJ_ZIP = "${STAGING_DATADIR}/classpath/glibj.zip"
HOMEPAGE = "https://phoneme.dev.java.net"
AUTHOR = "Sun Microsystems, Inc."
-DEPENDS = "classpath-native virtual/javac-native linux-libc-headers"
+DEPENDS = "classpath-tools-native virtual/javac-native linux-libc-headers"
inherit java update-alternatives
PR = "r1"
-DEPENDS = "classpath classpath-native virtual/javac-native"
+DEPENDS = "classpath classpath-tools-native"
inherit autotools java-library
inherit java-library
-DEPENDS = "classpath-native fastjar-native sqlite3 classpath"
+DEPENDS = "classpath-tools-native sqlite3 classpath"
RDEPENDS_${JPN} = "libsqlitejdbc-jni"
do_unpackpost() {
inherit java-library
-DEPENDS = "classpath-native cairo gtk+ atk libxtst"
+DEPENDS = "classpath-tools-native cairo gtk+ atk libxtst"
S = "${WORKDIR}/swt-source"