this package now becomes unbuildable until bug 2323 is fixed which also lists a workaround
Reasoning: the compilation of java requires the java command being available
java is not among the RequiredSoftware as listed in the wiki
There is no package providing virtual/java-native yet which is the aim of 2323
SRCDATE_${PN} ?= "20070501"
PV = "0.93+cvs${SRCDATE}"
-DEPENDS = "glib-2.0 gtk+ cairo gconf ecj-native zip-native"
+DEPENDS = "glib-2.0 gtk+ cairo gconf ecj-native zip-native virtual/java-native"
RDEPENDS_${PN} = "classpath-common (>= ${PV})"
RCONFLICTS_${PN} = "classpath-minimal"