From: Rolf Leggewie Date: Mon, 18 Jun 2007 19:47:22 +0000 (+0000) Subject: classpath: unify the gtk_cvs version and leave a note on how to compile it. X-Git-Tag: Release-2010-05/1~8868^2~302^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5d18a241746736f548ce5d5e6c315f1f50f53a;p=openembedded.git classpath: unify the gtk_cvs version and leave a note on how to compile it. --- diff --git a/packages/classpath/classpath-gtk_cvs.bb b/packages/classpath/classpath-gtk_cvs.bb index dac200249f..690fb761b7 100644 --- a/packages/classpath/classpath-gtk_cvs.bb +++ b/packages/classpath/classpath-gtk_cvs.bb @@ -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"