| Submitter | Apelete Seketeli |
|---|---|
| Date | May 15, 2012, 10:27 p.m. |
| Message ID | <1337120874-17531-2-git-send-email-apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/27791/ |
| State | Accepted |
| Commit | f5ea9a04dad20526223f675fda343414dff77929 |
| Headers | show |
Comments
Hello, Le 16-May-12, Apelete Seketeli a écrit: > This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org > seems to be down. > > Signed-off-by: Apelete Seketeli <apelete@seketeli.net> > --- > recipes/ecj/libecj-bootstrap_3.6.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb b/recipes/ecj/libecj-bootstrap_3.6.1.bb > index d5da24e..996ab33 100644 > --- a/recipes/ecj/libecj-bootstrap_3.6.1.bb > +++ b/recipes/ecj/libecj-bootstrap_3.6.1.bb > @@ -3,7 +3,7 @@ require libecj-bootstrap.inc > PR = "${INC_PR}.0" > > SRC_URI = " \ > - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ > + http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ > > " > > -- > 1.7.9.5 > Once again, I need libecj-bootstrap to build muffinman-image in oe-classic, can someone here please review this patch ? http://patchwork.openembedded.org/patch/27791/ Regards.
On Sun, May 20, 2012 at 10:13:39PM +0200, Apelete Seketeli wrote: > Hello, > > Le 16-May-12, Apelete Seketeli a écrit: > > This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org > > seems to be down. > > > > Signed-off-by: Apelete Seketeli <apelete@seketeli.net> > > --- > > recipes/ecj/libecj-bootstrap_3.6.1.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb b/recipes/ecj/libecj-bootstrap_3.6.1.bb > > index d5da24e..996ab33 100644 > > --- a/recipes/ecj/libecj-bootstrap_3.6.1.bb > > +++ b/recipes/ecj/libecj-bootstrap_3.6.1.bb > > @@ -3,7 +3,7 @@ require libecj-bootstrap.inc > > PR = "${INC_PR}.0" > > > > SRC_URI = " \ > > - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ > > + http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ > > > > " > > > > -- > > 1.7.9.5 > > > > Once again, I need libecj-bootstrap to build muffinman-image in > oe-classic, can someone here please review this patch ? > > http://patchwork.openembedded.org/patch/27791/ Patch looks good, I haven't used oe-classic for some time, so I haven't tested it. Cheers,
Martin Jansa skrev 2012-05-20 22:39: > On Sun, May 20, 2012 at 10:13:39PM +0200, Apelete Seketeli wrote: >> Hello, >> >> Le 16-May-12, Apelete Seketeli a écrit: >>> This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org >>> seems to be down. >>> >>> Signed-off-by: Apelete Seketeli<apelete@seketeli.net> >>> --- >>> recipes/ecj/libecj-bootstrap_3.6.1.bb | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb b/recipes/ecj/libecj-bootstrap_3.6.1.bb >>> index d5da24e..996ab33 100644 >>> --- a/recipes/ecj/libecj-bootstrap_3.6.1.bb >>> +++ b/recipes/ecj/libecj-bootstrap_3.6.1.bb >>> @@ -3,7 +3,7 @@ require libecj-bootstrap.inc >>> PR = "${INC_PR}.0" >>> >>> SRC_URI = " \ >>> - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ >>> + http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ >>> >>> " >>> >>> -- >>> 1.7.9.5 >>> >> Once again, I need libecj-bootstrap to build muffinman-image in >> oe-classic, can someone here please review this patch ? >> >> http://patchwork.openembedded.org/patch/27791/ > Patch looks good, I haven't used oe-classic for some time, so I haven't > tested it. > > Cheers, > Applied, thanks
Patch
diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb b/recipes/ecj/libecj-bootstrap_3.6.1.bb index d5da24e..996ab33 100644 --- a/recipes/ecj/libecj-bootstrap_3.6.1.bb +++ b/recipes/ecj/libecj-bootstrap_3.6.1.bb @@ -3,7 +3,7 @@ require libecj-bootstrap.inc PR = "${INC_PR}.0" SRC_URI = " \ - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ + http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \ "
This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/ecj/libecj-bootstrap_3.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)