diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:25:13 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:51:06 +0200 |
commit | f3f3a1378a02cff013e392e1c143b8ce06769902 (patch) | |
tree | f474ea286e86ea3149b7edfefaec146b0cf605fe | |
parent | 4e31a26bb66d049826df1bf9af37a379cb2d95c3 (diff) |
libecj-bootstrap: update to version 3.5
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.5.bb | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 56eb301c5a..30a83b8a43 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -5322,6 +5322,10 @@ sha256=b5725fa7f8b1f7dc28776e60591e9ef0c171629fe567ef49ab9be28516ff2cd6 md5=f7b84d912e61dfdd77b7173065845250 sha256=a6ce5f0682462e85e5e47229e5b16555f74c60188fa0bb17536beb1138c537b4 +[http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip] +md5=356f1d337833670e34cf53b58513daeb +sha256=f3f82d0b91f63fa3aab52f61ad8f5d50c0e4029479cf4b720b83a3424074bd38 + [http://mirror.calvin.edu/eclipse/downloads/drops/S-3.3M5eh-200702220951/ecjsrc.zip] md5=9e1fc1c86c85e72df5e141069b82041d sha256=f41194a9580023afd11d18b82f6815b064af83c4f9ca407a40cd8d960bd112cc diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb new file mode 100644 index 0000000000..1665b337b6 --- /dev/null +++ b/recipes/ecj/libecj-bootstrap_3.5.bb @@ -0,0 +1,8 @@ +require libecj-bootstrap.inc + +PR = "r0" + +SRC_URI = " \ + http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \ + " + |