]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
perl-cross: Correct function signatures in configure_func.sh yoe/mut
authorKhem Raj <raj.khem@gmail.com>
Mon, 8 Aug 2022 07:11:16 +0000 (00:11 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 8 Aug 2022 16:50:01 +0000 (09:50 -0700)
commitde3deb7fad7dc7fb17a8458fc7e5e85b8263f980
tree486c231329612b188a2d31eb9698249f22f8a7c4
parenta8dc5c4a060ebe02618b32e86660aa64c6ae0f5c
perl-cross: Correct function signatures in configure_func.sh

There are latent issues in function detection which were succeeding due
to compiler being lenient, but this is fast changing e.g. clang-15 has
turned the -Wimplicit-function-declaration into error which ends up
failing these tests and rightly so. Therefore try to improve the tests
to have proper prototypes known during compilation

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/perl-cross/files/0001-configure_func.sh-Add-_GNU_SOURCE-define-and-functio.patch [new file with mode: 0644]
meta/recipes-devtools/perl-cross/perlcross_1.4.bb