[oe-commits] [meta-openembedded] 09/11: udisks2: add REQUIRED_DISTRO_FEATURES for polkit

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 19:12:17 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 c6e06b63f5b2eb9fe1d5dde52849c1790c14c625
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Wed Feb 20 17:34:46 2019 +0800

    udisks2: 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
    
    Need to add REQUIRED_DISTRO_FEATURES for polkit to
    fix below error for these packages which depend on
    polkit:
    $ bitbake udisk2
    ERROR: Nothing PROVIDES 'polkit' (but /build/layers/meta-openembedded/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb  DEPENDS on or otherwise requires it)
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/udisks/udisks2_2.7.8.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb b/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
index 64b338f..95f8e22 100644
--- a/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
+++ b/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
@@ -27,7 +27,9 @@ S = "${WORKDIR}/git"
 
 CVE_PRODUCT = "udisks"
 
-inherit autotools systemd gtk-doc gobject-introspection
+inherit autotools systemd gtk-doc gobject-introspection distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "polkit"
 
 EXTRA_OECONF = "--disable-man --disable-gtk-doc"
 

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


More information about the Openembedded-commits mailing list