[oe-commits] [meta-openembedded] 02/04: polkit: add REQUIRED_DISTRO_FEATURES for polkit

git at git.openembedded.org git at git.openembedded.org
Fri Feb 22 18:21:37 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 fa8426d0bb799dd7711be3c637fe6198ef3250de
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Fri Feb 22 18:29:47 2019 +0100

    polkit: add REQUIRED_DISTRO_FEATURES for polkit
    
    After below commits to add polkit as a required
    distro feature:
    97a1a55 polkit: add polkit as a required distro feature
    c049e02 polkit: inherit distro_features_check
    
    All recipes that includes polkit-group-rule.inc will fail to parse
    when polkit is not in DISTRO_FEATURE, especially 'world'. e.g.
    
    ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
    Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'udisks', 'polkit']
    
    Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/polkit/polkit-group-rule.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
index 40e4005..06ab106 100644
--- a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
+++ b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc
@@ -1,6 +1,9 @@
 # polkit must prepare polkitd group
 DEPENDS += "polkit"
 
+inherit distro_features_check
+REQUIRED_DISTRO_FEATURES = "polkit"
+
 inherit useradd
 
 do_install_prepend() {

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


More information about the Openembedded-commits mailing list