aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath/classpath-tools-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/classpath/classpath-tools-native.bb')
-rw-r--r--recipes/classpath/classpath-tools-native.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
new file mode 100644
index 0000000000..df5df33407
--- /dev/null
+++ b/recipes/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"