Merge remote-tracking branch 'dm/opendreambox-1.6' into test_0701
[vuplus_openembedded] / recipes / classpath / classpath-tools-native.bb
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"
6
7 DEPENDS = "virtual/java-native classpath-native"
8
9 inherit native
10
11 do_stage () {
12         echo 1 /dev/null
13 }