[oe-commits] [meta-openembedded] 05/07: polkit: inherit distro_features_check

git at git.openembedded.org git at git.openembedded.org
Mon Jan 28 15:07:35 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 c049e02663d2843b38eb92e6c8e4efa5014594fc
Author: Stefan Agner <stefan.agner at toradex.com>
AuthorDate: Mon Jan 28 10:45:41 2019 +0100

    polkit: inherit distro_features_check
    
    Make the recently added REQUIRED_DISTRO_FEATURES effective by
    inheriting distro_features_check.
    
    Fixes: 97a1a55f4755 ("polkit: add polkit as a required distro feature")
    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, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit_0.115.bb b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
index 90c2fb1..13c4b02 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.115.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
 
 DEPENDS = "expat glib-2.0 intltool-native mozjs"
 
-inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection
+inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "polkit"
 

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


More information about the Openembedded-commits mailing list