summaryrefslogtreecommitdiffstats
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
parent41817d8ae10d909dbd66d221d39eb0d66609f767 (diff)
downloadmeta-openembedded-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>
-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 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 \
7 7
8DEPENDS = "expat glib-2.0 intltool-native mozjs" 8DEPENDS = "expat glib-2.0 intltool-native mozjs"
9 9
10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection 10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check
11 11
12REQUIRED_DISTRO_FEATURES = "polkit" 12REQUIRED_DISTRO_FEATURES = "polkit"
13 13