mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 14:49:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cdaf0cbe2a
commit
e55038f23a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user