aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath/classpath-tools-native.bb
blob: 685f0634d345b479e881651c9e272b98f30a9673 (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 () {
	echo 1 /dev/null
}