summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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-16 15:35:07 +0000
commite55038f23ae7bbea96093a3b57b9c7aca632b262 (patch)
tree1088ca32a3d0ad4a4d7fd607644ed6add54babfa /meta/recipes-support
parentcdaf0cbe2af428a5eb1bb099ab68896c179316ff (diff)
downloadpoky-e55038f23ae7bbea96093a3b57b9c7aca632b262.tar.gz
consolekit: rename policykit to polkit
PolicyKit has been renamed to Polkit since quite a while. Rename the PACKAGECONFIG accordingly. (From OE-Core rev: ec1a0e79e61090d71dc2ee2ea273f1880009d94c) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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}"
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" 26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
27 27
28PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/security,--disable-pam-module,libpam" 28PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/security,--disable-pam-module,libpam"
29PACKAGECONFIG[policykit] = "--with-polkit,--without-polkit,polkit" 29PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit"
30PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" 30PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir="
31 31
32FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \ 32FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \