summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf_2.71.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-02 10:28:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-05 08:53:22 +0100
commit689eb1462cfdde4f381b8c09c862c54209627e24 (patch)
treea8050ebd280f59f0b05a8adbb39fd7e9eb00cb6a /meta/recipes-devtools/autoconf/autoconf_2.71.bb
parent9b1db65e7db4cab89e0ffe235736e1cd7a10740b (diff)
downloadpoky-689eb1462cfdde4f381b8c09c862c54209627e24.tar.gz
autoconf: Update K & R stype functions
This replaces the proposed patch with a backport of what got accepted upstream (From OE-Core rev: f3e92b7cb5833f61ff13a66f03be513d97a69894) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.71.bb')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.71.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.71.bb b/meta/recipes-devtools/autoconf/autoconf_2.71.bb
index 239b268119..97c241a3f5 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.71.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.71.bb
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/autoconf/${BP}.tar.gz \
18 file://preferbash.patch \ 18 file://preferbash.patch \
19 file://autotest-automake-result-format.patch \ 19 file://autotest-automake-result-format.patch \
20 file://man-host-perl.patch \ 20 file://man-host-perl.patch \
21 file://0001-specify-void-prototype-for-functions-with-no-paramet.patch \ 21 file://0001-Port-to-compilers-that-moan-about-K-R-func-decls.patch \
22 " 22 "
23SRC_URI:append:class-native = " file://no-man.patch" 23SRC_URI:append:class-native = " file://no-man.patch"
24 24