]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa: Build cpio with C17 std
authorKhem Raj <raj.khem@gmail.com>
Wed, 19 Mar 2025 08:16:07 +0000 (01:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Mar 2025 17:14:06 +0000 (17:14 +0000)
commit0c637099887f1be421c8e1203f99631a1e040150
treedde60a427af67328c8bb613a9bd5168addf4e763
parent26f35f866cf7888431963cf4fc5d2019cd28de74
oeqa: Build cpio with C17 std

cpio is not yet buildable with C23 standard which is default with
GCC 15, therefore ensure to apply needed bandage to keep it compiling
in C17 mode even with GCC 15

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oeqa/runtime/cases/buildcpio.py
meta/lib/oeqa/sdk/cases/autotools.py
meta/lib/oeqa/selftest/cases/meta_ide.py