[oe-commits] [meta-openembedded] 03/14: gnome-system-monitor: Add DEPENDS on polkit

git at git.openembedded.org git at git.openembedded.org
Tue Jul 30 22:59:52 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 986d429d0aaf4fa9962a7d23da69701ec9495402
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Tue Jul 30 10:46:41 2019 +0300

    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 at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 701b089..8930e12 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 = " \
     gtkmm3 \
     libgtop \
     librsvg \
+    polkit \
 "
 
 GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gconf gtk-icon-cache distro_features_check gettext
 
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 polkit"
 
 SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd"
 SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list