From 27f998e0cddf13e469f2c4969457018b53e241ac Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 14 Apr 2013 16:09:17 +0000 Subject: classpath-initial: fix do_install for removing the classpath tools * bump PR Signed-off-by: Henning Heinold --- recipes-core/classpath/classpath-initial_0.93.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-core/classpath') 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 LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" DEPENDS += "jikes-native" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI += " \ file://autotools.patch \ @@ -26,7 +26,6 @@ EXTRA_OECONF = " \ --disable-plugin \ --disable-dssi \ --disable-examples \ - --disable-tools \ --with-glibj-dir=${STAGING_DATADIR_NATIVE}/classpath-initial \ --with-native-libdir=${STAGING_LIBDIR_NATIVE}/classpath-initial \ --includedir=${STAGING_INCDIR_NATIVE}/classpath-initial \ @@ -39,8 +38,7 @@ EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" # remove files clashing with classpath-native in sysroot do_install_append() { - FILES='gappletviewer gjarsigner gkeytool gjar gnative2ascii gserialver grmiregistry gtnameserv gorbd grmid' - for i in ${FILES} + for i in gappletviewer gjarsigner gkeytool gjar gnative2ascii gserialver grmiregistry gtnameserv gorbd grmid do rm ${D}${bindir}/${i} done -- cgit v1.2.3-54-g00ecf