aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-01-28 10:45:41 +0100
committerKhem Raj <raj.khem@gmail.com>2019-01-28 07:06:19 -0800
commitc049e02663d2843b38eb92e6c8e4efa5014594fc (patch)
treee5b7a4605432f3d0adbdb2d201b6291aaab89c82 /meta-oe
parent41817d8ae10d909dbd66d221d39eb0d66609f767 (diff)
downloadmeta-openembedded-contrib-c049e02663d2843b38eb92e6c8e4efa5014594fc.tar.gz
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@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.115.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.115.bb b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
index 90c2fb1524..13c4b0259a 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"