diff options
| author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-10-01 22:58:33 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-09 12:16:45 -0700 |
| commit | c8a81cd75fc8c4683e64ad207e54498402866a8d (patch) | |
| tree | 2e859dd8309f0f122cb65469b377a4028e54095b | |
| parent | 6a8b1708e016b58c68e5bc3f338adb1775db0a89 (diff) | |
| download | poky-c8a81cd75fc8c4683e64ad207e54498402866a8d.tar.gz | |
expect: Revert "expect-native: fix do_compile failure with gcc-14"
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.
(From OE-Core rev: 4ea89ba363228aa5e16412f85644608f4c645d5f)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index 158e7af030..174b35ec73 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
| @@ -85,4 +85,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 85 | 85 | ||
| 86 | # http://errors.yoctoproject.org/Errors/Details/766950/ | 86 | # http://errors.yoctoproject.org/Errors/Details/766950/ |
| 87 | # expect5.45.4/exp_chan.c:62:5: error: initialization of 'struct Tcl_ChannelTypeVersion_ *' from incompatible pointer type 'int (*)(void *, int)' [-Wincompatible-pointer-types] | 87 | # expect5.45.4/exp_chan.c:62:5: error: initialization of 'struct Tcl_ChannelTypeVersion_ *' from incompatible pointer type 'int (*)(void *, int)' [-Wincompatible-pointer-types] |
| 88 | CFLAGS:append = " -Wno-error=incompatible-pointer-types" | 88 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
