classpath:
authorRobert Schuster <thebohemian@gmx.net>
Sat, 16 Feb 2008 15:08:17 +0000 (15:08 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Sat, 16 Feb 2008 15:08:17 +0000 (15:08 +0000)
  - make classpath-tools and classpath-examples rdepend on a runtime
  - make classpath-examples rdepend on classpath-awt since it contains AWT + Swing demos
  - adjust revisions

packages/classpath/classpath-minimal_0.96.1.bb
packages/classpath/classpath.inc
packages/classpath/classpath_0.96.1.bb

index 0597274..9822035 100644 (file)
@@ -1,6 +1,6 @@
 require classpath.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0"
 
index 97c081a..3e0c99c 100644 (file)
@@ -9,6 +9,8 @@ DEPENDS = "virtual/javac-native fastjar-native zip-native"
 RPROVIDES = ""
 
 RDEPENDS_${PN} = "${PBN}-common (>= ${PV})"
+RDEPENDS_${PN}-examples = "java2-runtime ${PN}-awt"
+RDEPENDS_${PN}-tools = "java2-runtime"
 
 RPROVIDES_${PN} = "${PBN}"
 RPROVIDES_${PN}-gtk = "${PBN}-awt"
index 6b167a2..fdb811a 100644 (file)
@@ -1,8 +1,9 @@
 require classpath.inc
 
-SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0"
+SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0 \
+          "
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS += "gtk+ gconf libxtst"