aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-native_0.99.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/classpath/classpath-native_0.99.bb')
-rw-r--r--recipes-core/classpath/classpath-native_0.99.bb14
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb
index a1e1e0f..ecf8c0a 100644
--- a/recipes-core/classpath/classpath-native_0.99.bb
+++ b/recipes-core/classpath/classpath-native_0.99.bb
@@ -5,11 +5,13 @@ DEPENDS += "classpath-initial-native ecj-initial-native virtual/java-initial-nat
PR = "${INC_PR}.0"
SRC_URI += " \
- file://sun-security-getproperty.patch;striplevel=0 \
- file://ecj_java_dir.patch \
- file://autotools.patch \
- file://miscompilation.patch \
- file://toolwrapper-exithook.patch \
+ file://sun-security-getproperty.patch;striplevel=0 \
+ file://ecj_java_dir.patch \
+ file://autotools.patch \
+ file://miscompilation.patch \
+ file://toolwrapper-exithook.patch \
+ file://0001-Fix-bad-implementation-of-compareTo-in-BigDecimal.patch \
+ file://0002-Fix-BigDecimal.stripTrailingZeros-s-handling-of-0.patch \
"
SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4"
SRC_URI[sha256sum] = "f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8"
@@ -21,7 +23,7 @@ EXTRA_OECONF += "\
--includedir=${STAGING_INCDIR}/classpath \
"
-do_compile_append () {
+do_compile:append () {
# tools using java-initial rather than java sed it out
cd tools
sed -e "s/java-initial/java/g" \