]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
expect: Revert "expect-native: fix do_compile failure with gcc-14"
authorAdrian Freihofer <adrian.freihofer@siemens.com>
Wed, 1 Oct 2025 20:58:33 +0000 (22:58 +0200)
committerSteve Sakoman <steve@sakoman.com>
Thu, 2 Oct 2025 15:40:43 +0000 (08:40 -0700)
In the meantime there is a cleaner fix on the master branch and we also
need to back-port more patches to support gcc-15 as well.

This reverts commit 8bfdb53247c917559e7813c2e1bd2f6eb13c811d which is
not in the master branch as a preparation for cherry-picking the newer
fixes from there.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/expect/expect_5.45.4.bb

index 158e7af03086b4393629c4763c69047885736774..174b35ec73962c52b757298f1d3d0be3b7ff13a0 100644 (file)
@@ -85,4 +85,4 @@ BBCLASSEXTEND = "native nativesdk"
 
 # http://errors.yoctoproject.org/Errors/Details/766950/
 # expect5.45.4/exp_chan.c:62:5: error: initialization of 'struct Tcl_ChannelTypeVersion_ *' from incompatible pointer type 'int (*)(void *, int)' [-Wincompatible-pointer-types]
-CFLAGS:append = " -Wno-error=incompatible-pointer-types"
+CFLAGS += "-Wno-error=incompatible-pointer-types"