mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
pcmanfm: Disable incompatible-pointer-types warning as error
(From OE-Core rev: af1290104b58693df69457454ac2a0d35a7e8c60) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -27,6 +27,8 @@ inherit autotools pkgconfig features_check mime-xdg
|
|||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-gtk=3"
|
EXTRA_OECONF = "--with-gtk=3"
|
||||||
|
# GCC 14 finds extra incompatible pointer type warnings which are treated as errors
|
||||||
|
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
install -d ${D}/${datadir}
|
install -d ${D}/${datadir}
|
||||||
|
|||||||
Reference in New Issue
Block a user