diff options
author | Stefan Schmidt <stefan@buglabs.net> | 2010-06-28 17:57:48 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-06-28 18:10:11 +0200 |
commit | 09a87554088635a525e445c6213f68ff7cbfd19a (patch) | |
tree | 9be2c6715200014c8b90ac449fd2a1ebb2b4f068 /recipes/ecj | |
parent | 6c332eb3f1816f495587be528e3b621df74db18b (diff) |
libecj-bootstrap_3.4.bb: Fix SRC_URI for new location
Diffstat (limited to 'recipes/ecj')
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ecj/libecj-bootstrap_3.4.bb b/recipes/ecj/libecj-bootstrap_3.4.bb index 27dc120782..db66eaeb92 100644 --- a/recipes/ecj/libecj-bootstrap_3.4.bb +++ b/recipes/ecj/libecj-bootstrap_3.4.bb @@ -3,7 +3,7 @@ require libecj-bootstrap.inc PR = "r2" SRC_URI = "\ - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \ + http://archive.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \ " |