diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-18 19:47:22 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-18 19:47:22 +0000 |
commit | 6a5d18a241746736f548ce5d5e6c315f1f50f53a (patch) | |
tree | d3648d0bad888c9d706bd034882a268e8a8d1dc6 /packages/classpath/classpath-gtk_cvs.bb | |
parent | b2d2646a4c47bfd98984f13f42be469bcef92257 (diff) |
classpath: unify the gtk_cvs version and leave a note on how to compile it.
Diffstat (limited to 'packages/classpath/classpath-gtk_cvs.bb')
-rw-r--r-- | packages/classpath/classpath-gtk_cvs.bb | 13 |
1 files changed, 3 insertions, 10 deletions
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" |