summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.36.0.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.34.1.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.34.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.36.0.bb
index 8d7865fd6f..5f7391285f 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.34.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.36.0.bb
@@ -8,8 +8,13 @@ DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2 polkit sha
8 8
9SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" 9SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
10 10
11SRC_URI[archive.md5sum] = "44012824aa75797a7d272cd60f07b488" 11SRC_URI[archive.md5sum] = "216d461c5e96e2cea74253be407af6dc"
12SRC_URI[archive.sha256sum] = "7ef9b2aec234004271a575118a0e35b3c36ce3309e5f9da109635651843372b4" 12SRC_URI[archive.sha256sum] = "9ec388afeb373a213f2cc489184f76a17ae273a000e8a4ec720c1995943256bb"
13
14do_configure_prepend() {
15 # make automake happy..
16 touch ${S}/ABOUT-NLS
17}
13 18
14EXTRA_OECONF = " \ 19EXTRA_OECONF = " \
15 --disable-gdu \ 20 --disable-gdu \