diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-27 08:27:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
| commit | 001b5f44326d8dc5288746c16791f86848a4b41b (patch) | |
| tree | d5dcdd214e6b318e81b351d85a1545169fcc23d5 | |
| parent | 423b9cb1c6dcf71e983a9d0eeb692d7ac4b2d8c8 (diff) | |
| download | meta-openembedded-001b5f44326d8dc5288746c16791f86848a4b41b.tar.gz | |
gnome-desktop: update 42.0 -> 43
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/gnome-desktop/gnome-desktop/0001-meson.build-Disable-libseccomp-for-all-archs.patch | 40 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_43.bb (renamed from meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb) | 19 |
2 files changed, 10 insertions, 49 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-meson.build-Disable-libseccomp-for-all-archs.patch b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-meson.build-Disable-libseccomp-for-all-archs.patch deleted file mode 100644 index 8ae1d82b6a..0000000000 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-meson.build-Disable-libseccomp-for-all-archs.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From de0d33b068a5d8e61cc0c82d88d15b9a8aa97977 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Sat, 6 Apr 2019 18:07:17 +0200 | ||
| 4 | Subject: [PATCH] meson.build: Disable libseccomp for all archs | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | It does not seem mandatory and can cause unsatisfied dependency [1]. | ||
| 10 | |||
| 11 | [1] https://errors.yoctoproject.org/Errors/Details/235565/ | ||
| 12 | |||
| 13 | Upstream-Status: Inappropriate [configuration] | ||
| 14 | |||
| 15 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 16 | --- | ||
| 17 | meson.build | 7 +------ | ||
| 18 | 1 file changed, 1 insertion(+), 6 deletions(-) | ||
| 19 | |||
| 20 | diff --git a/meson.build b/meson.build | ||
| 21 | index 1dc8a73..87d72fe 100644 | ||
| 22 | --- a/meson.build | ||
| 23 | +++ b/meson.build | ||
| 24 | @@ -65,12 +65,7 @@ udev_dep = dependency('libudev', required: get_option('udev')) | ||
| 25 | host_os = host_machine.system() | ||
| 26 | host_cpu = host_machine.cpu() | ||
| 27 | supported_os = ['linux'] | ||
| 28 | -unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64'] | ||
| 29 | -if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu) | ||
| 30 | - seccomp_dep = dependency('libseccomp') | ||
| 31 | -else | ||
| 32 | - seccomp_dep = dependency('', required: false) | ||
| 33 | -endif | ||
| 34 | +seccomp_dep = dependency('', required: false) | ||
| 35 | |||
| 36 | fontconfig_cache_path = fontconfig_dep.get_variable(pkgconfig: 'cachedir') | ||
| 37 | xkb_base = xkb_config_dep.get_variable(pkgconfig: 'xkb_base') | ||
| 38 | -- | ||
| 39 | 2.34.1 | ||
| 40 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_43.bb index 6eeaed0e1f..7695056eaa 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_43.bb | |||
| @@ -16,21 +16,22 @@ REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | |||
| 16 | 16 | ||
| 17 | GIR_MESON_OPTION = "" | 17 | GIR_MESON_OPTION = "" |
| 18 | 18 | ||
| 19 | SRC_URI[archive.sha256sum] = "f3caa293a5e86f6ccad18f817273db1c67061e680d79d839aa8a7528e5bb26d6" | 19 | SRC_URI += "file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch" |
| 20 | SRC_URI += " \ | 20 | SRC_URI[archive.sha256sum] = "3d6e153317486157596aa3802f87676414c570738f450a94a041fe8835420a69" |
| 21 | file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \ | ||
| 22 | file://0001-meson.build-Disable-libseccomp-for-all-archs.patch \ | ||
| 23 | " | ||
| 24 | 21 | ||
| 25 | DEPENDS += " \ | 22 | DEPENDS += " \ |
| 23 | fontconfig \ | ||
| 24 | gdk-pixbuf \ | ||
| 25 | glib-2.0 \ | ||
| 26 | gsettings-desktop-schemas \ | 26 | gsettings-desktop-schemas \ |
| 27 | virtual/libx11 \ | ||
| 28 | gtk+3 \ | 27 | gtk+3 \ |
| 29 | gtk4 \ | 28 | gtk4 \ |
| 30 | startup-notification \ | ||
| 31 | xkeyboard-config \ | ||
| 32 | iso-codes \ | 29 | iso-codes \ |
| 33 | udev \ | 30 | xext \ |
| 31 | libseccomp \ | ||
| 32 | libxkbcommon \ | ||
| 33 | xkeyboard-config \ | ||
| 34 | xrandr \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | GTKDOC_MESON_OPTION = "gtk_doc" | 37 | GTKDOC_MESON_OPTION = "gtk_doc" |
