mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
polkit: inherit distro_features_check
Make the recently added REQUIRED_DISTRO_FEATURES effective by
inheriting distro_features_check.
Fixes: 97a1a55f47 ("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>
This commit is contained in:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
|
|||||||
|
|
||||||
DEPENDS = "expat glib-2.0 intltool-native mozjs"
|
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"
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user