blob: 7adf70280176dd361aa3518359460ef506bcf7dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
inherit native
do_stage() {
:
}
|