summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-cross/perlcross_1.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-08 00:11:16 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-08 09:50:01 -0700
commitde3deb7fad7dc7fb17a8458fc7e5e85b8263f980 (patch)
tree486c231329612b188a2d31eb9698249f22f8a7c4 /meta/recipes-devtools/perl-cross/perlcross_1.4.bb
parenta8dc5c4a060ebe02618b32e86660aa64c6ae0f5c (diff)
downloadopenembedded-core-contrib-yoe/mut.tar.gz
perl-cross: Correct function signatures in configure_func.shyoe/mut
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>
Diffstat (limited to 'meta/recipes-devtools/perl-cross/perlcross_1.4.bb')
-rw-r--r--meta/recipes-devtools/perl-cross/perlcross_1.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.4.bb b/meta/recipes-devtools/perl-cross/perlcross_1.4.bb
index 2704976e17..9b2889647f 100644
--- a/meta/recipes-devtools/perl-cross/perlcross_1.4.bb
+++ b/meta/recipes-devtools/perl-cross/perlcross_1.4.bb
@@ -17,6 +17,7 @@ SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross
file://0001-Makefile-check-the-file-if-patched-or-not.patch \
file://0001-Makefile-correctly-list-modules-when-cleaning-them.patch \
file://0001-Makefile-do-not-clean-config.h-xconfig.h.patch \
+ file://0001-configure_func.sh-Add-_GNU_SOURCE-define-and-functio.patch \
"
UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/"