All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] autoconf: upgrade to final 2.72 release
@ 2025-04-17 15:18 Ross Burton
  2025-04-17 15:19 ` [OE-core] " Ross Burton
  0 siblings, 1 reply; 7+ messages in thread
From: Ross Burton @ 2025-04-17 15:18 UTC (permalink / raw)
  To: openembedded-core

autoconf 2.72e was the fifth release candidate build, and whilst we had
good reason to use RCs during development we failed to notice that the
final release was made because alpha.gnu.org _only_ contains the release
candidates.

There are minimal changes in the final release compared to 2.72e:

6199cff2 (tag: v2.72) Finalize NEWS for release 2.72.

  This is the finalisation of the release, updating documentation and
  version numbers.

e544a323 Save/restore AC_LANG setting in AC_PROG_CC_C_O.

  This is a bug fix, aligning behaviour of AC_PROG_CC_C_O.

634fb3e7 Remove bashism from tests/local.at.
4fbe6436 Revert debugging change committed by mistake
8794cd1c Address “autom4te preselections” testsuite failure
e5d98f4c Avoid a spurious test failure with shells that ignore write errors.
3fbfb13e Address “autoconf: forbidden tokens, basic” testsuite failure
fdb58df6 testsuite: Skip tests that use aclocal or automake if they’re too old.

  These are fixes for the test suite.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../autoconf/{autoconf_2.72e.bb => autoconf_2.72.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/autoconf/{autoconf_2.72e.bb => autoconf_2.72.bb} (94%)

diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72e.bb b/meta/recipes-devtools/autoconf/autoconf_2.72.bb
similarity index 94%
rename from meta/recipes-devtools/autoconf/autoconf_2.72e.bb
rename to meta/recipes-devtools/autoconf/autoconf_2.72.bb
index db374373cff..f2d2781fec9 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.72e.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.72.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \
 		    file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464"
 
 SRC_URI = " \
-           https://alpha.gnu.org/gnu/autoconf/${BP}.tar.gz \
+           ${GNU_MIRROR}/autoconf/${BP}.tar.gz \
            file://program_prefix.patch \
            file://autoreconf-exclude.patch \
            file://remove-usr-local-lib-from-m4.patch \
@@ -22,7 +22,7 @@ SRC_URI = " \
 "
 SRC_URI:append:class-native = " file://no-man.patch"
 
-SRC_URI[sha256sum] = "f3478d3b597d51f5d61596fb2f6f6aba49cdd974b4b05ff0bac57f56b5cfdb39"
+SRC_URI[sha256sum] = "afb181a76e1ee72832f6581c0eddf8df032b83e2e0239ef79ebedc4467d92d6e"
 
 RDEPENDS:${PN} = "m4 gnu-config \
 		  perl \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-04-24  9:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 15:18 [PATCH] autoconf: upgrade to final 2.72 release Ross Burton
2025-04-17 15:19 ` [OE-core] " Ross Burton
2025-04-21 20:08   ` Khem Raj
2025-04-22  8:26   ` Koen Kooi
2025-04-22 10:31     ` Ross Burton
2025-04-22 12:58     ` Ross Burton
2025-04-24  9:41       ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.