[oe-commits] org.oe.dev classpath: unify the gtk_cvs version and leave a note on how to compile it.

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Jun 20 12:37:33 UTC 2007


classpath: unify the gtk_cvs version and leave a note on how to compile it.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: a88190de9e52c22c4f364eb2588f33fe6c5b18a5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a88190de9e52c22c4f364eb2588f33fe6c5b18a5
Files:
1
packages/classpath/classpath-gtk_cvs.bb
Diffs:

#
# mt diff -r6f04c15aaf96a6afbd18d723c97d4688bfd8f081 -ra88190de9e52c22c4f364eb2588f33fe6c5b18a5
#
# 
# 
# patch "packages/classpath/classpath-gtk_cvs.bb"
#  from [57b223ab1e8556722716fc94e774ee931493b3ad]
#    to [9c075975c67e938dedff4295c97b600faa1fc2ba]
# 
============================================================
--- packages/classpath/classpath-gtk_cvs.bb	57b223ab1e8556722716fc94e774ee931493b3ad
+++ packages/classpath/classpath-gtk_cvs.bb	9c075975c67e938dedff4295c97b600faa1fc2ba
@@ -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 @@ S = "${WORKDIR}/classpath"
 
 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"






More information about the Openembedded-commits mailing list