summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb (renamed from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.36.1.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb
index ddd11201b..7b80c74a2 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.36.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb
@@ -10,6 +10,7 @@ DEPENDS = " \
10 libgtop \ 10 libgtop \
11 librsvg \ 11 librsvg \
12 polkit \ 12 polkit \
13 libhandy \
13" 14"
14 15
15GNOMEBASEBUILDCLASS = "meson" 16GNOMEBASEBUILDCLASS = "meson"
@@ -18,8 +19,10 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get
18 19
19REQUIRED_DISTRO_FEATURES = "x11 polkit" 20REQUIRED_DISTRO_FEATURES = "x11 polkit"
20 21
21SRC_URI[archive.md5sum] = "b1443ab12c3b7bcca940d28754e5b948" 22def gnome_verdir(v):
22SRC_URI[archive.sha256sum] = "866b47ab0f4c75b0ec57d6300337a7373463aaad5df95eddfe5354c22be7bca1" 23 return oe.utils.trim_version(v, 1)
24
25SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f42abfe22691d1a"
23 26
24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 27PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
25PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 28PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"