summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-30 10:46:41 +0300
committerKhem Raj <raj.khem@gmail.com>2019-07-30 19:15:24 -0700
commitda6b51b555eeff3edad86fb29ee7d95b6f295372 (patch)
tree8895a9f2964278082bcc429db01b539e68fa79a1 /meta-gnome
parent910891d722085c56c474ac72788898b94c5ed193 (diff)
downloadmeta-openembedded-da6b51b555eeff3edad86fb29ee7d95b6f295372.tar.gz
gnome-system-monitor: Add DEPENDS on polkit
The build fails without polkit in DISTRO_FEATURES: FAILED: org.gnome.gnome-system-monitor.policy msgfmt: cannot locate ITS rules for org.gnome.gnome-system-monitor.policy.in Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
index 701b0891c..8930e1222 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
@@ -10,13 +10,14 @@ DEPENDS = " \
10 gtkmm3 \ 10 gtkmm3 \
11 libgtop \ 11 libgtop \
12 librsvg \ 12 librsvg \
13 polkit \
13" 14"
14 15
15GNOMEBASEBUILDCLASS = "meson" 16GNOMEBASEBUILDCLASS = "meson"
16 17
17inherit gnomebase gconf gtk-icon-cache distro_features_check gettext 18inherit gnomebase gconf gtk-icon-cache distro_features_check gettext
18 19
19REQUIRED_DISTRO_FEATURES = "x11" 20REQUIRED_DISTRO_FEATURES = "x11 polkit"
20 21
21SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd" 22SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd"
22SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3" 23SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3"