diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-25 11:28:25 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-25 11:28:25 +0000 |
commit | 503dcc2ab499bd7eb485c1c075857b65960ab108 (patch) | |
tree | efcffc44ac9f8e35600e0adacb41afc72d9411c6 /packages/javasqlite | |
parent | cb124a091a9a5fd2ea9e163c2f56f6510ab2b338 (diff) |
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.
Diffstat (limited to 'packages/javasqlite')
-rw-r--r-- | packages/javasqlite/javasqlite_20080130.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/javasqlite/javasqlite_20080130.bb b/packages/javasqlite/javasqlite_20080130.bb index c6de994c67..3137fba4d4 100644 --- a/packages/javasqlite/javasqlite_20080130.bb +++ b/packages/javasqlite/javasqlite_20080130.bb @@ -8,7 +8,7 @@ SRC_URI = "\ 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 |