diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-28 10:45:41 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-01-28 07:06:19 -0800 |
commit | c049e02663d2843b38eb92e6c8e4efa5014594fc (patch) | |
tree | e5b7a4605432f3d0adbdb2d201b6291aaab89c82 /meta-oe/recipes-extended | |
parent | 41817d8ae10d909dbd66d221d39eb0d66609f767 (diff) | |
download | meta-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/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_0.115.bb | 2 |
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 90c2fb1524b..13c4b0259aa 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" |