diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-15 23:27:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-16 15:35:07 +0000 |
commit | 8f3b5a7f43fddc20e9e9c7a3800d38261a9f137b (patch) | |
tree | 26b03a8c7bd1a54f3df37ce1c59d936310679457 /meta | |
parent | e55038f23ae7bbea96093a3b57b9c7aca632b262 (diff) | |
download | poky-8f3b5a7f43fddc20e9e9c7a3800d38261a9f137b.tar.gz |
consolekit: enable polkit if polkit distro feature is set
Enable polkit depending on whether polkit distro feature is set.
(From OE-Core rev: d96ac9b0adcd4cb080cbdc9330e9a2d1f1da4628)
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 15b39046e3..a17f739d4d 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "b41d17e06f80059589fbeefe96ad07bcc564c49e65516da1caf9751464 | |||
23 | 23 | ||
24 | S = "${WORKDIR}/ConsoleKit-${PV}" | 24 | S = "${WORKDIR}/ConsoleKit-${PV}" |
25 | 25 | ||
26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" | 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd polkit', d)}" |
27 | 27 | ||
28 | PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/security,--disable-pam-module,libpam" | 28 | PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/security,--disable-pam-module,libpam" |
29 | PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit" | 29 | PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit" |