libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / classpath / classpath-tools-native.bb
blob7adf70280176dd361aa3518359460ef506bcf7dc
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"
9 inherit native
11 do_stage() {