All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
@ 2015-05-16 10:14 Max Krummenacher
  2015-05-26 17:28 ` Max Krummenacher
  0 siblings, 1 reply; 5+ messages in thread
From: Max Krummenacher @ 2015-05-16 10:14 UTC (permalink / raw)
  To: openembedded-devel

http://switch.dl.sourceforge.net has been down for some time.
Use the OE provided mirror variable instead.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
---
 meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
index 9eab385..71014f0 100644
--- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb
+++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
@@ -10,7 +10,7 @@ PR = "r1"
 
 DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify"
 
-SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \
            file://0001-Fix-glib-includes.patch"
 SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
 SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"
-- 
1.8.4.5



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

* Re: [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
  2015-05-16 10:14 [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI Max Krummenacher
@ 2015-05-26 17:28 ` Max Krummenacher
  2015-05-27 10:33   ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Max Krummenacher @ 2015-05-26 17:28 UTC (permalink / raw)
  To: openembedded-devel

Hi all

Ping.

florence do_fetch currently fails because the server can't be found.

Regards
Max

Am Samstag, den 16.05.2015, 12:14 +0200 schrieb Max Krummenacher:
> http://switch.dl.sourceforge.net has been down for some time.
> Use the OE provided mirror variable instead.
> 
> Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
> ---
>  meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> index 9eab385..71014f0 100644
> --- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> +++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> @@ -10,7 +10,7 @@ PR = "r1"
>  
>  DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify"
>  
> -SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \
> +SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \
>             file://0001-Fix-glib-includes.patch"
>  SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
>  SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"




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

* Re: [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
  2015-05-26 17:28 ` Max Krummenacher
@ 2015-05-27 10:33   ` Martin Jansa
  2015-05-27 10:52     ` Max Krummenacher
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2015-05-27 10:33 UTC (permalink / raw)
  To: Max Krummenacher; +Cc: openembedded-devel

On Tue, May 26, 2015 at 07:28:06PM +0200, Max Krummenacher wrote:
> Hi all
> 
> Ping.

Sorry, wasn't noticed, because patchwork didn't pick it:
http://patchwork.openembedded.org/project/oe/list/?state=*&q=florence&archive=both

https://bugzilla.yoctoproject.org/show_bug.cgi?id=7657

> florence do_fetch currently fails because the server can't be found.
> 
> Regards
> Max
> 
> Am Samstag, den 16.05.2015, 12:14 +0200 schrieb Max Krummenacher:
> > http://switch.dl.sourceforge.net has been down for some time.
> > Use the OE provided mirror variable instead.
> > 
> > Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
> > ---
> >  meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> > index 9eab385..71014f0 100644
> > --- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> > +++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
> > @@ -10,7 +10,7 @@ PR = "r1"
> >  
> >  DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify"
> >  
> > -SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \
> > +SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \
> >             file://0001-Fix-glib-includes.patch"
> >  SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
> >  SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"
> 
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

* Re: [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
  2015-05-27 10:33   ` Martin Jansa
@ 2015-05-27 10:52     ` Max Krummenacher
  2015-05-27 10:56       ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Max Krummenacher @ 2015-05-27 10:52 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Devel List

Hi Martin

> Sorry, wasn't noticed, because patchwork didn't pick it:
> http://patchwork.openembedded.org/project/oe/list/?state=*&q=florence&archive=both
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7657
>

Thank you for picking it up.
To you need me to do anything with the patch like resending or so?

Regards
Max


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

* Re: [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
  2015-05-27 10:52     ` Max Krummenacher
@ 2015-05-27 10:56       ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2015-05-27 10:56 UTC (permalink / raw)
  To: Max Krummenacher; +Cc: OpenEmbedded Devel List

On Wed, May 27, 2015 at 12:52:36PM +0200, Max Krummenacher wrote:
> Hi Martin
> 
> > Sorry, wasn't noticed, because patchwork didn't pick it:
> > http://patchwork.openembedded.org/project/oe/list/?state=*&q=florence&archive=both
> >
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7657
> >
> 
> Thank you for picking it up.
> To you need me to do anything with the patch like resending or so?

No, just wait till it goes through jenkins build, I'll reply if it fails
or something, otherwise it will be merged EOW.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

end of thread, other threads:[~2015-05-27 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 10:14 [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI Max Krummenacher
2015-05-26 17:28 ` Max Krummenacher
2015-05-27 10:33   ` Martin Jansa
2015-05-27 10:52     ` Max Krummenacher
2015-05-27 10:56       ` Martin Jansa

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.