summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-28 23:37:18 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-28 17:27:52 -0700
commit8cf3df2994f456546d2f342e89439ca053309bd4 (patch)
treeea9bf9609c0986166b85a5f0ed663018d98311e9 /meta-gnome
parent0586dd9f1343424be9dae9faa5d1e3e7dadd05d2 (diff)
downloadmeta-openembedded-8cf3df2994f456546d2f342e89439ca053309bd4.tar.gz
gnome-control-center: update 46.0 -> 46.0.1
This is an important update, because it fixes a segfault in a new settings tab 'system' that segfaulted, if it was selected. This was horrible in two ways. A lot of important options were unaccessable and also quite annoying ... if selected, gnome-control-center constantly crashed on execution, unless started from shell with a working tab like 'gnome-control-center wifi' 46.0.1 confuses the gnomebase class. Workaround this by using git fetcher, at least until they go back to normal xx.x scheme Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb
index fe9f1efbc..de11239ed 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb
@@ -37,8 +37,11 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is
37 37
38REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" 38REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
39 39
40SRC_URI = "gitsm://gitlab.gnome.org/GNOME/gnome-control-center.git;protocol=https;nobranch=1"
40SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" 41SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
41SRC_URI[archive.sha256sum] = "25f67de05897868b2e97eaa0ecc986a408af08d4985c8a9da44f0d7bd8fea7a4" 42
43S = "${WORKDIR}/git"
44SRCREV = "005f40dcfa464f113a1c95f97673bc5505fc15ad"
42 45
43PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 46PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
44PACKAGECONFIG[cups] = ",,cups,cups" 47PACKAGECONFIG[cups] = ",,cups,cups"