diff options
-rw-r--r-- | recipes-core/classpath/classpath-initial_0.93.bb | 6 |
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 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" |
8 | DEPENDS += "jikes-native" | 8 | DEPENDS += "jikes-native" |
9 | 9 | ||
10 | PR = "${INC_PR}.1" | 10 | PR = "${INC_PR}.2" |
11 | 11 | ||
12 | SRC_URI += " \ | 12 | SRC_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 |
40 | do_install_append() { | 39 | do_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 |