All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] gvfs: fix fetch error
@ 2016-10-06 16:39 Armin Kuster
  2016-10-06 16:53 ` Andreas Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2016-10-06 16:39 UTC (permalink / raw)
  To: akuster, openembedded-devel

ERROR: gvfs-1.28.3-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/gvfs-1.28.3.tar.xz;name=archive'. Unable to fetch URL from any source.

change SRC_URI

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
index fde57c1..746d73c 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
@@ -6,6 +6,8 @@ inherit gnome bash-completion
 
 DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2"
 
+SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
+
 SRC_URI[archive.md5sum] = "d2399a1a217dd5030e8830c7e7c813c2"
 SRC_URI[archive.sha256sum] = "458c4cb68570f6ef4a9e152995c62d0057c3e0a07ed64d84c7200cdd22f0bd17"
 
-- 
2.3.5



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

* Re: [meta-gnome][PATCH] gvfs: fix fetch error
  2016-10-06 16:39 [meta-gnome][PATCH] gvfs: fix fetch error Armin Kuster
@ 2016-10-06 16:53 ` Andreas Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2016-10-06 16:53 UTC (permalink / raw)
  To: openembedded-devel; +Cc: akuster

On Thu, Oct 6, 2016 at 6:39 PM, Armin Kuster <akuster808@gmail.com> wrote:
> ERROR: gvfs-1.28.3-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/gvfs-1.28.3.tar.xz;name=archive'. Unable to fetch URL from any source.
>
> change SRC_URI
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
> index fde57c1..746d73c 100644
> --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
> +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb
> @@ -6,6 +6,8 @@ inherit gnome bash-completion
>
>  DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2"
>
> +SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
> +
>  SRC_URI[archive.md5sum] = "d2399a1a217dd5030e8830c7e7c813c2"
>  SRC_URI[archive.sha256sum] = "458c4cb68570f6ef4a9e152995c62d0057c3e0a07ed64d84c7200cdd22f0bd17"
>
> --
> 2.3.5
>
I that a gvfs-only or a gnome common issue?

Andreas


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

end of thread, other threads:[~2016-10-06 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06 16:39 [meta-gnome][PATCH] gvfs: fix fetch error Armin Kuster
2016-10-06 16:53 ` Andreas Müller

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.