blob: df5df3340721297e41a561b297f9737e208c128e (
plain)
1
2
3
4
5
6
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"
|