diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-10 03:32:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-10 00:27:45 -0700 |
commit | b21fd413f8a85eb330afaa834069bb2221ef19d6 (patch) | |
tree | 3d74a3e447b12d9f3d80dfa0958109c1848a84bf | |
parent | 491b7592f4408a1d7f32ddfb12b2c1613bcadfe1 (diff) | |
download | meta-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 | ||
21 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 21 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
22 | 22 | ||
23 | SRC_URI[archive.sha256sum] = "5baaf0cc81e2c690a726f7d5eb59eed48a33ea220fd5378df93c556173a3c143" | 23 | SRC_URI[archive.sha256sum] = "c05aaa7cf463540fb8c9097cf9b77d92f2c8e0de1dcd643afb14c1284f823bdd" |
24 | 24 | ||
25 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 25 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
26 | 26 | ||