summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-10 03:32:20 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-10 00:27:45 -0700
commitb21fd413f8a85eb330afaa834069bb2221ef19d6 (patch)
tree3d74a3e447b12d9f3d80dfa0958109c1848a84bf
parent491b7592f4408a1d7f32ddfb12b2c1613bcadfe1 (diff)
downloadmeta-openembedded-b21fd413f8a85eb330afaa834069bb2221ef19d6.tar.gz
gvfs: update 1.51.1 -> 1.51.90
Major changes in 1.51.90 ======================== * Fix various memory leaks (wang xiaomeng) * udisks2: Disconnect signal handlers to fix crashes when unmounting (Ondrej Holy) * fuse: Include missing locale.h header (Ondrej Holy) * Some other fixes and improvements (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb
index 32d47efd16..2d1048e12f 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb
@@ -20,7 +20,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas"
20 20
21SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" 21SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
22 22
23SRC_URI[archive.sha256sum] = "5baaf0cc81e2c690a726f7d5eb59eed48a33ea220fd5378df93c556173a3c143" 23SRC_URI[archive.sha256sum] = "c05aaa7cf463540fb8c9097cf9b77d92f2c8e0de1dcd643afb14c1284f823bdd"
24 24
25ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 25ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
26 26