From 503dcc2ab499bd7eb485c1c075857b65960ab108 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Thu, 25 Sep 2008 11:28:25 +0000 Subject: Fixes a problem where system's 'java' was used because no runtime was in staging. 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. --- packages/classpath/classpath-tools-native.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/classpath/classpath-tools-native.bb (limited to 'packages/classpath/classpath-tools-native.bb') diff --git a/packages/classpath/classpath-tools-native.bb b/packages/classpath/classpath-tools-native.bb new file mode 100644 index 0000000000..df5df33407 --- /dev/null +++ b/packages/classpath/classpath-tools-native.bb @@ -0,0 +1,7 @@ +# 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" -- cgit v1.2.3