[oe-commits] org.oe.dev classpath: add virtual/java-native to DEPENDS

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Jun 20 12:37:29 UTC 2007


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

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 6f04c15aaf96a6afbd18d723c97d4688bfd8f081
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6f04c15aaf96a6afbd18d723c97d4688bfd8f081
Files:
1
packages/classpath/classpath-gtk_cvs.bb
Diffs:

#
# mt diff -rce858583ceba5060395c1108d504157f15362736 -r6f04c15aaf96a6afbd18d723c97d4688bfd8f081
#
# 
# 
# patch "packages/classpath/classpath-gtk_cvs.bb"
#  from [3901614b8fc0ffc4fafada20bbdc4f6f0c454049]
#    to [57b223ab1e8556722716fc94e774ee931493b3ad]
# 
============================================================
--- packages/classpath/classpath-gtk_cvs.bb	3901614b8fc0ffc4fafada20bbdc4f6f0c454049
+++ packages/classpath/classpath-gtk_cvs.bb	57b223ab1e8556722716fc94e774ee931493b3ad
@@ -8,7 +8,7 @@ PV = "0.93+cvs${SRCDATE}"
 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"
 






More information about the Openembedded-commits mailing list