summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-05-13 11:52:09 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-15 09:39:16 -0700
commitadf125bf64d06b4e2b2b0512121e3a80aa68c651 (patch)
tree5377efe3ad30edbb747a0519e9fa27307183cca3
parent766e9e0518793a1cb24fcacd87c392c05efa3585 (diff)
downloadmeta-openembedded-adf125bf64d06b4e2b2b0512121e3a80aa68c651.tar.gz
gnome-system-monitor: remove obsolete dependencies
libhandy was removed when g-s-m ported to GTK 4. gnome-common is not required now that g-s-m uses Meson not autoconf. polkit was removed in g-s-m 3.36 (March 2020). Update the DISTRO_FEATURES check, polkit isn't required but opengl is via GTK 4. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
index 1ae11dda3b..29918605ef 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5DEPENDS = " \ 5DEPENDS = " \
6 catch2 \ 6 catch2 \
7 gnome-common-native \
8 libxml2-native \ 7 libxml2-native \
9 glib-2.0-native \ 8 glib-2.0-native \
10 glibmm-2.68 \ 9 glibmm-2.68 \
@@ -13,15 +12,12 @@ DEPENDS = " \
13 libadwaita \ 12 libadwaita \
14 libgtop \ 13 libgtop \
15 librsvg \ 14 librsvg \
16 polkit \
17 libhandy \
18" 15"
19 16
20
21inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext 17inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
22 18
23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 19ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24REQUIRED_DISTRO_FEATURES = "polkit" 20REQUIRED_DISTRO_FEATURES = "opengl"
25 21
26SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862" 22SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862"
27 23