[oe-commits] [meta-openembedded] 03/15: gvfs: fix fetch error

git at git.openembedded.org git at git.openembedded.org
Fri Oct 21 16:32:47 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 1c072cbb4e98c7411e474f7d20367e264097ded5
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Thu Oct 6 09:39:39 2016 -0700

    gvfs: fix fetch error
    
    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list