aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath/classpath-tools-native.bb
blob: 52566be16e0a7106ce470557321bd1bd94dc42fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"
PR = "r1"

inherit native

do_install() {
        :
}

NATIVE_INSTALL_WORKS = "1"