diff options
Diffstat (limited to 'recipes-core/ecj')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb | 1 | ||||
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 3 |
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 | ||
5 | SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip" | 5 | SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "3f3ca1973dd7a21780525c9ffba7a263" | ||
8 | SRC_URI[sha256sum] = "94f2095d38d71b414a593ec56847008bec267a926ec935959fecdde44f98467f" | 7 | SRC_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 | ||
10 | INC_PR = "r5" | 10 | INC_PR = "r5" |
11 | 11 | ||
12 | inherit native java | 12 | inherit java native |
13 | 13 | ||
14 | S = "${WORKDIR}" | 14 | S = "${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 | } |
57 | do_compile[vardepsexclude] += "BB_NUMBER_THREADS" | ||
57 | 58 | ||
58 | do_install() { | 59 | do_install() { |
59 | oe_jarinstall ${JAR} ecj-bootstrap.jar | 60 | oe_jarinstall ${JAR} ecj-bootstrap.jar |