diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-10 20:41:48 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:32:08 +0100 |
commit | 74389d2acb676ad1c204e36af01cb47dac070502 (patch) | |
tree | d7a52bb948c62d826502a6fdb60d79b288fba989 /recipes-core/classpath/classpath-initial_0.93.bb | |
parent | 74770df7e31271be5056ab757cc3d5875ef002e8 (diff) | |
download | meta-java-74389d2acb676ad1c204e36af01cb47dac070502.tar.gz |
classpath-initial: remove files shared with classpath-native
* bump PR
Diffstat (limited to 'recipes-core/classpath/classpath-initial_0.93.bb')
-rw-r--r-- | recipes-core/classpath/classpath-initial_0.93.bb | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-initial_0.93.bb b/recipes-core/classpath/classpath-initial_0.93.bb index 4d7dfa3..adb2d73 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}.0" | 10 | PR = "${INC_PR}.1" |
11 | 11 | ||
12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
13 | file://autotools.patch \ | 13 | file://autotools.patch \ |
@@ -36,6 +36,17 @@ EXTRA_OECONF = " \ | |||
36 | # Ensure tools.zip is not installed at same path as classpath-native | 36 | # Ensure tools.zip is not installed at same path as classpath-native |
37 | EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" | 37 | EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" |
38 | 38 | ||
39 | # remove files clashing with classpath-native in sysroot | ||
40 | do_install_append() { | ||
41 | |||
42 | FILES='gappletviewer gjarsigner gkeytool gjar gnative2ascii gserialver grmiregistry gtnameserv gorbd grmid' | ||
43 | for i in ${FILES} | ||
44 | do | ||
45 | rm ${D}${bindir}/${i} | ||
46 | done | ||
47 | rm ${D}${libdir}/logging.properties | ||
48 | rm ${D}${libdir}/security/classpath.security | ||
49 | } | ||
39 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" | 50 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" |
40 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" | 51 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" |
41 | 52 | ||