mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 06:20:18 +00:00
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
37967410b3
commit
1c072cbb4e
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user