mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
consolekit: Disable incompatible-pointer-types warning as error
Fixes build with gcc-14 (From OE-Core rev: 9199d64629e8d27736c7f1e73cd9e95e8f04158b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d4fb4007cbaf545e023b0cb55b80fb5c70cf5b57) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
83b2701c97
commit
408d77ae35
|
|
@ -31,6 +31,9 @@ PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/s
|
|||
PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit"
|
||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}/,--with-systemdsystemunitdir="
|
||||
|
||||
# Fails to build with GCC14 with incompatible pointer error warning being treated as error
|
||||
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
|
||||
FILES:${PN} += "${exec_prefix}/lib/ConsoleKit \
|
||||
${libdir}/ConsoleKit ${systemd_unitdir} ${base_libdir} \
|
||||
${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user