diff mbox series

[2/2] automake: 1.18.1 -> 1.19

Message ID 20260910130700.2587601-2-ross.burton@arm.com
State New
Headers show
Series [1/2] conf/bitbake.conf: fix GNU mirror URL | expand

Commit Message

Ross Burton Sept. 10, 2026, 1:07 p.m. UTC
Summary of the release notes:

* New features added

  - New autoconf macro AM_OPTIONAL_AUTOMAKE.

* Bugs fixed

  - Recognize COPYINGv2, COPYINGv3, COPYING.LESSERv2 and COPYING.LESSERv3
    as license files; distribute them automatically, similarly to COPYING.

  - `make dist' no longer propagates its internal distribution-directory
    cleanup override to recursive makes run while constructing distdir.

  - `make dist-bzip2 dist-xz' now succeeds.

  - Non-zero exit codes of compressors for the dist tarballs no longer abort
    the job in a state where the empty files are left behind.

  - Busybox tar no longer assumed to be GNU tar just because it
    supports --version.

  - `make dist' now fails when tar fails, instead of exiting
    successfully with a truncated archive.

  - The filename-length-max=N option no longer rejects file names of
    exactly N characters.

  - A file that is not currently present is still a part of the distribution
    if a `Makefile.am' rule can build it.

  - Objective C and Objective C++ sources built with Libtool are now
    compiled and linked with `--tag=OBJC' and `--tag=OBJCXX'.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../automake/{automake_1.18.1.bb => automake_1.19.bb}          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/automake/{automake_1.18.1.bb => automake_1.19.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/automake/automake_1.18.1.bb b/meta/recipes-devtools/automake/automake_1.19.bb
similarity index 92%
rename from meta/recipes-devtools/automake/automake_1.18.1.bb
rename to meta/recipes-devtools/automake/automake_1.19.bb
index 4544f7d5395..0ee4d8facfa 100644
--- a/meta/recipes-devtools/automake/automake_1.18.1.bb
+++ b/meta/recipes-devtools/automake/automake_1.19.bb
@@ -1,4 +1,5 @@ 
 require automake.inc
+
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 DEPENDS:class-native = "autoconf-native"
@@ -24,7 +25,7 @@  SRC_URI += "\
            file://0006-automake-Remove-delays-in-configure-scripts-using-au.patch \
            "
 
-SRC_URI[sha256sum] = "63e585246d0fc8772dffdee0724f2f988146d1a3f1c756a3dc5cfbefa3c01915"
+SRC_URI[sha256sum] = "79e8b1f7a967e87ce8a9ded76bee7f793d0ce1886ab2002feb1b0510f578b75a"
 
 PERL = "${USRBINPATH}/perl"
 PERL:class-native = "${USRBINPATH}/env perl"