summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-04-14 16:09:17 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-04-14 18:15:34 +0200
commit27f998e0cddf13e469f2c4969457018b53e241ac (patch)
tree3c64665e70780ed3df49c590cb66a0d89dfa2d5c /recipes-core/classpath
parent300e9994968c2956656f71b54f453d741ee806fd (diff)
downloadmeta-java-27f998e0cddf13e469f2c4969457018b53e241ac.tar.gz
classpath-initial: fix do_install for removing the classpath tools
* bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath-initial_0.93.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-core/classpath/classpath-initial_0.93.bb b/recipes-core/classpath/classpath-initial_0.93.bb
index adb2d73..0cfa693 100644
--- a/recipes-core/classpath/classpath-initial_0.93.bb
+++ b/recipes-core/classpath/classpath-initial_0.93.bb
@@ -7,7 +7,7 @@ DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclassp
7LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" 7LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
8DEPENDS += "jikes-native" 8DEPENDS += "jikes-native"
9 9
10PR = "${INC_PR}.1" 10PR = "${INC_PR}.2"
11 11
12SRC_URI += " \ 12SRC_URI += " \
13 file://autotools.patch \ 13 file://autotools.patch \
@@ -26,7 +26,6 @@ EXTRA_OECONF = " \
26 --disable-plugin \ 26 --disable-plugin \
27 --disable-dssi \ 27 --disable-dssi \
28 --disable-examples \ 28 --disable-examples \
29 --disable-tools \
30 --with-glibj-dir=${STAGING_DATADIR_NATIVE}/classpath-initial \ 29 --with-glibj-dir=${STAGING_DATADIR_NATIVE}/classpath-initial \
31 --with-native-libdir=${STAGING_LIBDIR_NATIVE}/classpath-initial \ 30 --with-native-libdir=${STAGING_LIBDIR_NATIVE}/classpath-initial \
32 --includedir=${STAGING_INCDIR_NATIVE}/classpath-initial \ 31 --includedir=${STAGING_INCDIR_NATIVE}/classpath-initial \
@@ -39,8 +38,7 @@ EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial"
39# remove files clashing with classpath-native in sysroot 38# remove files clashing with classpath-native in sysroot
40do_install_append() { 39do_install_append() {
41 40
42 FILES='gappletviewer gjarsigner gkeytool gjar gnative2ascii gserialver grmiregistry gtnameserv gorbd grmid' 41 for i in gappletviewer gjarsigner gkeytool gjar gnative2ascii gserialver grmiregistry gtnameserv gorbd grmid
43 for i in ${FILES}
44 do 42 do
45 rm ${D}${bindir}/${i} 43 rm ${D}${bindir}/${i}
46 done 44 done