classpath: unify the gtk_cvs version and leave a note on how to compile it.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 Jun 2007 19:47:22 +0000 (19:47 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 Jun 2007 19:47:22 +0000 (19:47 +0000)
packages/classpath/classpath-gtk_cvs.bb

index dac2002..690fb76 100644 (file)
@@ -1,13 +1,11 @@
-DESCRIPTION = "GNU Classpath standard Java libraries"
-HOMEPAGE = "http://www.gnu.org/software/classpath/"
-LICENSE = "Classpath"
-PRIORITY = "optional"
-SECTION = "libs"
+require classpath.inc
+
 PR = "r1"
 
 SRCDATE_${PN} ?= "20070501"
 PV = "0.93+cvs${SRCDATE}"
 
+### note from Laibsch: bug 2523 has information on how to build this package
 DEPENDS = "glib-2.0 gtk+ cairo gconf ecj-native zip-native virtual/java-native"
 RDEPENDS_${PN} = "classpath-common (>= ${PV})"
 RCONFLICTS_${PN} = "classpath-minimal"
@@ -17,8 +15,6 @@ SRC_URI = "cvs://anonymous@cvs.savannah.gnu.org/sources/classpath;module=classpa
 
 S = "${WORKDIR}/classpath"
 
-inherit autotools
-
 EXTRA_OECONF = "--with-ecj=${STAGING_BINDIR_NATIVE}/ecj --with-ecj-jar=${STAGING_BINDIR_NATIVE}/ecj.jar --disable-plugin --disable-dssi --disable-alsa"
 
 PACKAGES = "classpath-dev classpath-doc classpath-common classpath-examples classpath-tools ${PN}"
@@ -41,6 +37,3 @@ do_install() {
        autotools_do_install
        mv ${D}${libdir}/security ${D}${libdir}/${PN}
 }
-
-PROVIDES = "classpath"
-RPROVIDES = "classpath"