summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/ecj')
-rw-r--r--recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb1
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc3
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb b/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb
index 51dbca0..b9325f8 100644
--- a/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb
+++ b/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb
@@ -4,6 +4,5 @@ PR = "${INC_PR}.0"
4 4
5SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip" 5SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip"
6 6
7SRC_URI[md5sum] = "3f3ca1973dd7a21780525c9ffba7a263"
8SRC_URI[sha256sum] = "94f2095d38d71b414a593ec56847008bec267a926ec935959fecdde44f98467f" 7SRC_URI[sha256sum] = "94f2095d38d71b414a593ec56847008bec267a926ec935959fecdde44f98467f"
9 8
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index 04425f4..2f3cc97 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -9,7 +9,7 @@ DEPENDS = "classpath-initial-native fastjar-native jikes-initial-native virtual/
9 9
10INC_PR = "r5" 10INC_PR = "r5"
11 11
12inherit native java 12inherit java native
13 13
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15 15
@@ -54,6 +54,7 @@ do_compile() {
54 54
55 fastjar -c -C build . -f ${JAR} 55 fastjar -c -C build . -f ${JAR}
56} 56}
57do_compile[vardepsexclude] += "BB_NUMBER_THREADS"
57 58
58do_install() { 59do_install() {
59 oe_jarinstall ${JAR} ecj-bootstrap.jar 60 oe_jarinstall ${JAR} ecj-bootstrap.jar