summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-19 13:42:09 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-19 13:42:09 +0000
commit2340b33c5bb2e4206f9c35114a0bcbac711345d7 (patch)
tree4d2e936cb29b8e90b1b69985130f2d9cc0abf2e3 /packages/classpath/classpath.inc
parentf53f96335ecc987fa9b8df806c375d2d2955a968 (diff)
classpath: some more fixes to packaging, etc and clean-up
Diffstat (limited to 'packages/classpath/classpath.inc')
-rw-r--r--packages/classpath/classpath.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc
index db75d52a5c..d9498c99d5 100644
--- a/packages/classpath/classpath.inc
+++ b/packages/classpath/classpath.inc
@@ -7,7 +7,6 @@ PROVIDES = "classpath"
RPROVIDES = "classpath"
SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz \
- file://disable-automake-checks.patch;patch=1 \
file://gconf_version.patch;patch=1 \
file://fix-endian-arm-floats.patch;patch=1"
@@ -29,15 +28,3 @@ FILES_classpath-examples += "${datadir}/classpath/examples"
FILES_classpath-tools += "${datadir}/classpath/tools.zip ${datadir}/classpath/tools"
FILES_classpath-dev += "${libdir}/*.so"
FILES_classpath-dbg += "${libdir}/classpath/.debug"
-
-do_stage() {
- install -d ${STAGING_INCDIR}/classpath
- install -m 0755 include/jni* ${STAGING_INCDIR}/classpath/
- install -d ${STAGING_DATADIR}/classpath
- install -m 0755 lib/glibj.zip ${STAGING_DATADIR}/classpath/
-}
-
-do_install() {
- autotools_do_install
- mv ${D}${libdir}/security ${D}${libdir}/${PN}
-}