summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-30 23:38:43 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-04-21 08:57:47 +0530
commita95959990f8d90de4f264773856201d37a79f61e (patch)
tree4cb945f45f74a65f674898e3b1e102a8fa9eeb4c /meta-gnome
parent17d0c5d59c3479d6fcaf6ddd6918fa4cb555ecbf (diff)
downloadmeta-openembedded-a95959990f8d90de4f264773856201d37a79f61e.tar.gz
gvfs: upgrade 1.58.0 -> 1.58.1
Major changes in 1.58.1 ======================= * cdda: Fix duration of last track for some media * build: Fix build when google option is disabled * Fix various memory leaks * Some other fixes * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a216ab3f7689c4d064644d9a07787833bd29c1b5) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.58.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb
index d0dbd55f1b..6dfed59d86 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb
@@ -18,7 +18,7 @@ DEPENDS += "\
18RDEPENDS:${PN} += "gsettings-desktop-schemas" 18RDEPENDS:${PN} += "gsettings-desktop-schemas"
19 19
20SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" 20SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
21SRC_URI[archive.sha256sum] = "dd9be36873d0fcb309eb89a8d274770ce576287628a2cf111bd387e1c34f182f" 21SRC_URI[archive.sha256sum] = "fc537d6bbab1ffa76972df7d4a1819b0c0fe19ebd1dfe82421d1f32e14b5dc3b"
22 22
23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24 24