summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath_0.15.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 11:05:07 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 11:05:07 +0000
commitf8c999dcef86b3deb0be982cbed538010b252204 (patch)
tree7747613b7d18e909c5f28e6e9914ca3ddb6bc6df /packages/classpath/classpath_0.15.bb
parentd5e9910cca9fb1a442c5621155301f1ad530296c (diff)
classpath: update to version 0.1x
* unify * fix packaging * rename PBN var to PN * cosmetic clean-up
Diffstat (limited to 'packages/classpath/classpath_0.15.bb')
-rw-r--r--packages/classpath/classpath_0.15.bb26
1 files changed, 2 insertions, 24 deletions
diff --git a/packages/classpath/classpath_0.15.bb b/packages/classpath/classpath_0.15.bb
index 439d973cc8..e4d73bbd3a 100644
--- a/packages/classpath/classpath_0.15.bb
+++ b/packages/classpath/classpath_0.15.bb
@@ -1,32 +1,10 @@
-DESCRIPTION = "GNU Classpath standard Java libraries"
-HOMEPAGE = "http://www.gnu.org/software/classpath/"
-LICENSE = "Classpath"
-PRIORITY = "optional"
-SECTION = "libs"
-PR = "r1"
+require classpath.inc
DEPENDS = "glib-2.0 gtk+ libart-lgpl pango libxtst jikes-native zip-native"
RDEPENDS_${PN} = "${PN}-common (${PV})"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz \
file://disable-automake-checks.patch;patch=1"
-inherit autotools
-
EXTRA_OECONF = "--with-jikes"
-
-PACKAGES += " ${PN}-common ${PN}-examples"
-
-FILES_${PN} = "${libdir}/${PN}"
-FILES_${PN}-common = "${datadir}/${PN}/glibj.zip"
-FILES_${PN}-examples = "${datadir}/${PN}/examples"
-
-do_stage() {
- install -d ${STAGING_INCDIR}/classpath
- install -m 0755 include/jni* ${STAGING_INCDIR}/classpath/
-}
-
-do_install() {
- autotools_do_install
- mv ${D}${libdir}/security ${D}${libdir}/${PN}
-}