[oe-commits] [meta-openembedded] 11/15: polkit: add polkit as a required distro feature

git at git.openembedded.org git at git.openembedded.org
Sun Jan 20 18:16:25 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 97a1a55f475510569590f9b8ad2786bdb34f0319
Author: Stefan Agner <stefan.agner at toradex.com>
AuthorDate: Thu Jan 17 17:26:25 2019 +0100

    polkit: add polkit as a required distro feature
    
    Make sure polkit is in DISTRO_FEATURERS if this package is being
    installed. This will make sure that people who do use polkit in
    their image also do enabled the recently introduced distro feature
    polkit in their distro.
    
    Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/polkit/polkit_0.115.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/polkit/polkit_0.115.bb b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
index ad0f66a..90c2fb1 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.115.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
@@ -9,6 +9,8 @@ DEPENDS = "expat glib-2.0 intltool-native mozjs"
 
 inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection
 
+REQUIRED_DISTRO_FEATURES = "polkit"
+
 PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
                  ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', \
                     bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d), d)} \

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


More information about the Openembedded-commits mailing list