diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-16 01:38:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:36 -0700 |
commit | 8400df63c0f2282ee1693cc5a0d1bd82ec633344 (patch) | |
tree | 7446091d562fcf7ac850805bfd00acd828752c4f /meta-gnome/recipes-gnome | |
parent | 7ec390654016d1483be9413cf1584aca14a7d1dc (diff) | |
download | meta-openembedded-8400df63c0f2282ee1693cc5a0d1bd82ec633344.tar.gz |
gnome-system-monitor: upgrade 3.36.1 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-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 | ||
15 | GNOMEBASEBUILDCLASS = "meson" | 16 | GNOMEBASEBUILDCLASS = "meson" |
@@ -18,8 +19,10 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get | |||
18 | 19 | ||
19 | REQUIRED_DISTRO_FEATURES = "x11 polkit" | 20 | REQUIRED_DISTRO_FEATURES = "x11 polkit" |
20 | 21 | ||
21 | SRC_URI[archive.md5sum] = "b1443ab12c3b7bcca940d28754e5b948" | 22 | def gnome_verdir(v): |
22 | SRC_URI[archive.sha256sum] = "866b47ab0f4c75b0ec57d6300337a7373463aaad5df95eddfe5354c22be7bca1" | 23 | return oe.utils.trim_version(v, 1) |
24 | |||
25 | SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f42abfe22691d1a" | ||
23 | 26 | ||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
25 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |