Might cause a few build issues, but should be pretty ok. As always. Caveat for core build tools. https://github.com/autotools-mirror/automake/blob/v1.17/NEWS
Signed-off-by: Christian Melki <[email protected]> --- rules/host-autotools-automake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make index 2361f8589..52820900c 100644 --- a/rules/host-autotools-automake.make +++ b/rules/host-autotools-automake.make @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake # # Paths and names # -HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.16.5 -HOST_AUTOTOOLS_AUTOMAKE_MD5 := 4017e96f89fca45ca946f1c5db6be714 +HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.17 +HOST_AUTOTOOLS_AUTOMAKE_MD5 := 7ab3a02318fee6f5bd42adfc369abf10 HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION) HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX)) -- 2.34.1
