aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-18 19:24:14 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-18 19:24:14 +0000
commitb2d2646a4c47bfd98984f13f42be469bcef92257 (patch)
tree9a7ae47f56042c4fe54e4b6a18ad060500da494a /packages/classpath
parent0b5013a28916853b93db43529d96ed68c767c223 (diff)
downloadopenembedded-b2d2646a4c47bfd98984f13f42be469bcef92257.tar.gz
classpath: add virtual/java-native to DEPENDS
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
Diffstat (limited to 'packages/classpath')
-rw-r--r--packages/classpath/classpath-gtk_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath-gtk_cvs.bb b/packages/classpath/classpath-gtk_cvs.bb
index 53f494ab15..dac200249f 100644
--- a/packages/classpath/classpath-gtk_cvs.bb
+++ b/packages/classpath/classpath-gtk_cvs.bb
@@ -8,7 +8,7 @@ PR = "r1"
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"