classpath-tools-native.bb: Converted to new style staging
[openembedded.git] / recipes / classpath / classpath-tools-native.bb
blob52566be16e0a7106ce470557321bd1bd94dc42fa
1 # Java recipes which need gjar, gjavah and so on need to depend on this
2 # recipe.
3 # This makes sure we not only have the tools' bytecode but also a proper
4 # interpreter that can run it.
5 DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
7 DEPENDS = "virtual/java-native classpath-native"
8 PR = "r1"
10 inherit native
12 do_install() {
16 NATIVE_INSTALL_WORKS = "1"