aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-01-15 23:27:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-15 22:38:43 +0000
commitec1a0e79e61090d71dc2ee2ea273f1880009d94c (patch)
tree9f26ee88b4b8b41712e22106b47e450b603ae568
parentf82b8f40789a928cbf45ba81a218377f54ae169c (diff)
downloadopenembedded-core-contrib-ec1a0e79e61090d71dc2ee2ea273f1880009d94c.tar.gz
consolekit: rename policykit to polkit
PolicyKit has been renamed to Polkit since quite a while. Rename the PACKAGECONFIG accordingly. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/consolekit/consolekit_0.4.6.bb2
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 80d48bf84f..15b39046e3 100644
--- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb
+++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
@@ -26,7 +26,7 @@ S = "${WORKDIR}/ConsoleKit-${PV}"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/security,--disable-pam-module,libpam"
-PACKAGECONFIG[policykit] = "--with-polkit,--without-polkit,polkit"
+PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit"
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir="
FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \