diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:38:43 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:46:05 +0200 |
commit | 8615c5014ccac8564373f2e88d1d3543c3576b9e (patch) | |
tree | 0ff2acd34c065543995638936ebd538344d60bbb /recipes/ecj/libecj-bootstrap_3.6.bb | |
parent | d020e23c02d39e9e26191bc5cebcebf51b8c68d6 (diff) |
libecj-bootstrap 3.5: Removed (was not stable for openjdk builds).
libecj-bootstrap 3.6: New recipe.
Diffstat (limited to 'recipes/ecj/libecj-bootstrap_3.6.bb')
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ecj/libecj-bootstrap_3.6.bb b/recipes/ecj/libecj-bootstrap_3.6.bb new file mode 100644 index 0000000000..faece53453 --- /dev/null +++ b/recipes/ecj/libecj-bootstrap_3.6.bb @@ -0,0 +1,10 @@ +require libecj-bootstrap.inc + +PR = "r0" + +SRC_URI = " \ + http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-${PV}.zip \ + " + +SRC_URI[md5sum] = "25975087b48145eef4ff5f161e792f3e" +SRC_URI[sha256sum] = "bc2d624c5ca135d593c71a677674509f5801998ffe98c386749d15a46ee69242" |