[oe] [PATCH] polkit: inherit distro_features_check

Stefan Agner stefan at agner.ch
Mon Jan 28 09:45:41 UTC 2019


From: Stefan Agner <stefan.agner at toradex.com>

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>
---
 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 90c2fb152..13c4b0259 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"
 
-- 
2.13.6



More information about the Openembedded-devel mailing list