Signed-off-by: Khem Raj <[email protected]>
---
meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
index 22c9fa59dcd..2e463cd7b36 100644
--- a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
+++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
@@ -27,6 +27,8 @@ inherit autotools pkgconfig features_check mime-xdg
REQUIRED_DISTRO_FEATURES = "x11"
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 () {
install -d ${D}/${datadir}
--
2.45.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#199053):
https://lists.openembedded.org/g/openembedded-core/message/199053
Mute This Topic: https://lists.openembedded.org/mt/105952337/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-