diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-15 23:27:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-16 15:35:07 +0000 |
commit | e55038f23ae7bbea96093a3b57b9c7aca632b262 (patch) | |
tree | 1088ca32a3d0ad4a4d7fd607644ed6add54babfa /meta | |
parent | cdaf0cbe2af428a5eb1bb099ab68896c179316ff (diff) | |
download | poky-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')
-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 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}" | |||
26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" | 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', 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[policykit] = "--with-polkit,--without-polkit,polkit" | 29 | PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit" |
30 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" | 30 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" |
31 | 31 | ||
32 | FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \ | 32 | FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \ |