diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-10-01 17:09:32 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-10-01 17:10:43 +0200 |
commit | c9a49e87cac70e9e9853e155926aee99cd1d0036 (patch) | |
tree | 46938e971eade51a8d84f16c01ac4734a231f2e0 /recipes/ecj/ecj-initial.bb | |
parent | e6eab3078944f6d49379107913ce65d43abbef84 (diff) |
ecj-initial: Increased maximum heap space to 1 GiB.
ecj-bootstrap-native: Dito.
Diffstat (limited to 'recipes/ecj/ecj-initial.bb')
-rw-r--r-- | recipes/ecj/ecj-initial.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |