diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 11:13:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 11:13:30 +0000 |
commit | 4e37786255e4555d70c6e4f00b259d16921b3094 (patch) | |
tree | 60941011571610f210c64e7e573131640ce71d33 /packages/classpath/classpath_0.18.bb | |
parent | 21c51afaddcefad16f574c801ae94f509c011593 (diff) | |
parent | f8c999dcef86b3deb0be982cbed538010b252204 (diff) |
merge of '04f5cc86d8508c3838a5112313a7db80201c4039'
and 'cb3abb910774efcd3e2446771f196413a524b227'
Diffstat (limited to 'packages/classpath/classpath_0.18.bb')
-rw-r--r-- | packages/classpath/classpath_0.18.bb | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/packages/classpath/classpath_0.18.bb b/packages/classpath/classpath_0.18.bb index a9a2b2cd2d..9b9e8c3451 100644 --- a/packages/classpath/classpath_0.18.bb +++ b/packages/classpath/classpath_0.18.bb @@ -1,31 +1,10 @@ -DESCRIPTION = "GNU Classpath standard Java libraries" -HOMEPAGE = "http://www.gnu.org/software/classpath/" -LICENSE = "Classpath" -PRIORITY = "optional" -SECTION = "libs" +require classpath.inc DEPENDS = "glib-2.0 gtk+ libart-lgpl pango libxtst jikes-native zip-native" RDEPENDS_${PN} = "${PN}-common (>= ${PV})" +PR = "r1" 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} -} |