aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ecj
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ecj')
-rw-r--r--recipes/ecj/ecj-bootstrap-native.bb2
-rw-r--r--recipes/ecj/ecj-initial.bb2
-rwxr-xr-xrecipes/ecj/files/ecj.in2
-rw-r--r--recipes/ecj/libecj-bootstrap_3.4.1.bb2
-rw-r--r--recipes/ecj/libecj-bootstrap_3.4.bb2
-rw-r--r--recipes/ecj/libecj-bootstrap_3.5.bb2
6 files changed, 7 insertions, 5 deletions
diff --git a/recipes/ecj/ecj-bootstrap-native.bb b/recipes/ecj/ecj-bootstrap-native.bb
index 2bda972207..6c80de749a 100644
--- a/recipes/ecj/ecj-bootstrap-native.bb
+++ b/recipes/ecj/ecj-bootstrap-native.bb
@@ -17,7 +17,7 @@ SRC_URI = "file://ecj.in"
S = "${WORKDIR}"
-PR = "r1"
+PR = "r2"
JAR = "ecj-bootstrap.jar"
diff --git a/recipes/ecj/ecj-initial.bb b/recipes/ecj/ecj-initial.bb
index 106453691b..6695fbd2b2 100644
--- a/recipes/ecj/ecj-initial.bb
+++ b/recipes/ecj/ecj-initial.bb
@@ -9,6 +9,8 @@ LICENSE = "EPL"
DEPENDS = "libecj-bootstrap"
+PR = "r1"
+
SRC_URI = "file://ecj.in"
S = "${WORKDIR}"
diff --git a/recipes/ecj/files/ecj.in b/recipes/ecj/files/ecj.in
index 2099991cef..2cff2593d5 100755
--- a/recipes/ecj/files/ecj.in
+++ b/recipes/ecj/files/ecj.in
@@ -1 +1 @@
-${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
+${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
diff --git a/recipes/ecj/libecj-bootstrap_3.4.1.bb b/recipes/ecj/libecj-bootstrap_3.4.1.bb
index 85662abb4c..c7e605b2f7 100644
--- a/recipes/ecj/libecj-bootstrap_3.4.1.bb
+++ b/recipes/ecj/libecj-bootstrap_3.4.1.bb
@@ -1,6 +1,6 @@
require libecj-bootstrap.inc
-PR = "r0"
+PR = "r1"
SRC_URI = "\
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4.1-200809111700/ecjsrc-3.4.1.zip \
diff --git a/recipes/ecj/libecj-bootstrap_3.4.bb b/recipes/ecj/libecj-bootstrap_3.4.bb
index 381f424735..61a980aeac 100644
--- a/recipes/ecj/libecj-bootstrap_3.4.bb
+++ b/recipes/ecj/libecj-bootstrap_3.4.bb
@@ -1,6 +1,6 @@
require libecj-bootstrap.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "\
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \
diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb
index 005000eb4b..adc97121b1 100644
--- a/recipes/ecj/libecj-bootstrap_3.5.bb
+++ b/recipes/ecj/libecj-bootstrap_3.5.bb
@@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1"
require libecj-bootstrap.inc
-PR = "r0"
+PR = "r1"
SRC_URI = " \
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \