All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libecj-bootstrap: Update package SRC_URI
@ 2012-05-15 22:27 Apelete Seketeli
  2012-05-15 22:27 ` [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org Apelete Seketeli
  0 siblings, 1 reply; 5+ messages in thread
From: Apelete Seketeli @ 2012-05-15 22:27 UTC (permalink / raw)
  To: openembedded-devel, Kristoffer Ericson, Martin Jansa

Hello,

The attached patch updates the SRC_URI since mirrors.ibiblio.org seems
to be down. The patch is targeted at oe-classic.

Apelete Seketeli (1):
  libecj-bootstrap: Update SRC_URI to archive.eclipse.org

 recipes/ecj/libecj-bootstrap_3.6.1.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org
  2012-05-15 22:27 [PATCH 0/1] libecj-bootstrap: Update package SRC_URI Apelete Seketeli
@ 2012-05-15 22:27 ` Apelete Seketeli
  2012-05-20 20:13   ` Apelete Seketeli
  0 siblings, 1 reply; 5+ messages in thread
From: Apelete Seketeli @ 2012-05-15 22:27 UTC (permalink / raw)
  To: openembedded-devel, Kristoffer Ericson, Martin Jansa

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org
  2012-05-15 22:27 ` [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org Apelete Seketeli
@ 2012-05-20 20:13   ` Apelete Seketeli
  2012-05-20 20:39     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Apelete Seketeli @ 2012-05-20 20:13 UTC (permalink / raw)
  To: openembedded-devel, Kristoffer Ericson, Martin Jansa

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.
-- 
        Apelete



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org
  2012-05-20 20:13   ` Apelete Seketeli
@ 2012-05-20 20:39     ` Martin Jansa
  2012-06-02 15:43       ` Kristoffer Eriksson
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-05-20 20:39 UTC (permalink / raw)
  To: Apelete Seketeli; +Cc: openembedded-devel, Kristoffer Ericson

[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]

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 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org
  2012-05-20 20:39     ` Martin Jansa
@ 2012-06-02 15:43       ` Kristoffer Eriksson
  0 siblings, 0 replies; 5+ messages in thread
From: Kristoffer Eriksson @ 2012-06-02 15:43 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-02 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 22:27 [PATCH 0/1] libecj-bootstrap: Update package SRC_URI Apelete Seketeli
2012-05-15 22:27 ` [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org Apelete Seketeli
2012-05-20 20:13   ` Apelete Seketeli
2012-05-20 20:39     ` Martin Jansa
2012-06-02 15:43       ` Kristoffer Eriksson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.