summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-22 08:09:11 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-24 09:45:25 -0700
commit99ad5f2a7e79b002e1396336e424fb497f39c23b (patch)
tree82915c8473fc5762e28697a82f88a0ab10f70789 /meta-gnome/recipes-gnome/gvfs
parentcead5f8f86d9d5ab85a14b14102c11497554bfbf (diff)
downloadmeta-openembedded-99ad5f2a7e79b002e1396336e424fb497f39c23b.tar.gz
gvfs: upgrade 1.49.1 -> 1.50.0
Remove-incorrect-i18n.merge_file-argument.patch removed since it's include in new version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs/Remove-incorrect-i18n.merge_file-argument.patch34
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.49.1.bb)7
2 files changed, 2 insertions, 39 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs/Remove-incorrect-i18n.merge_file-argument.patch b/meta-gnome/recipes-gnome/gvfs/gvfs/Remove-incorrect-i18n.merge_file-argument.patch
deleted file mode 100644
index a6e352374..000000000
--- a/meta-gnome/recipes-gnome/gvfs/gvfs/Remove-incorrect-i18n.merge_file-argument.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Upstream-Status: Backport
2
3Fixes "../gvfs-1.49.1/daemon/meson.build:362:7: ERROR: Function does not take positional arguments.
4
5Signed-off-by: Markus Volk f_l_k@t-online.de
6
7From 17a067b9b823a0d54e061eae45ff8e2c7e4a88d0 Mon Sep 17 00:00:00 2001
8From: Ondrej Holy <oholy@redhat.com>
9Date: Fri, 21 Jan 2022 08:32:31 +0100
10Subject: [PATCH] build: Remove incorrect i18n.merge_file argument
11
12The positional argument was being silently ignored until meson 0.60.0 where
13it fails with "ERROR: Function does not take positional arguments".
14
15Related: https://github.com/mesonbuild/meson/issues/9441
16Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/599
17---
18 daemon/meson.build | 1 -
19 1 file changed, 1 deletion(-)
20
21diff --git a/daemon/meson.build b/daemon/meson.build
22index 5f9559aa..e20ada29 100644
23--- a/daemon/meson.build
24+++ b/daemon/meson.build
25@@ -360,7 +360,6 @@ if enable_admin
26 policy = gvfs_namespace + '.file-operations.policy'
27
28 i18n.merge_file(
29- policy,
30 input: configure_file(
31 input: policy + '.in.in',
32 output: '@BASENAME@',
33--
34
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.49.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb
index 9df054d3b..93f7f5761 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.49.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb
@@ -10,12 +10,9 @@ DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
10 10
11RDEPENDS:${PN} += "gsettings-desktop-schemas" 11RDEPENDS:${PN} += "gsettings-desktop-schemas"
12 12
13SRC_URI = " \ 13SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
14 https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive \
15 file://Remove-incorrect-i18n.merge_file-argument.patch \
16"
17 14
18SRC_URI[archive.sha256sum] = "b0d1dda4e475066207305b0776b0daefeae790f6c0107ffd2687994c8e71915a" 15SRC_URI[archive.sha256sum] = "cbc2f564d2e9f00c760673f42d6803bce3e081ab7ffb4456deffffba9339b4dd"
19 16
20# depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 17# depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
21REQUIRED_DISTRO_FEATURES = "x11" 18REQUIRED_DISTRO_FEATURES = "x11"