- 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
require classpath.inc
-PR = "r3"
+PR = "r4"
SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0"
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"
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"