mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] host-autotools-autoconf: Version bump. 2.69 -> 2.71.
Date: Wed, 25 May 2022 11:45:19 +0200	[thread overview]
Message-ID: <20220525094519.2845957-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220513125653.955993-1-christian.melki@t2data.com>

Thanks, applied as 25256dd1521c489848695e580e8c0a69ea48dcb3.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:45:19 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Tools are starting to prereq version 2.71.
> So might aswell swallow the bitter pill and upgrade autoconf.
> 
> * License file changed. Nothing but whitespace, misspelling and URL fixes.
> * Add a sed line for a standalone line in the autoconf binary.
> It's a full path trailer.m4, which didn't match with the previous rules.
> Add a separate one as it might get removed either way in the next version.
> Looks like the autoconf team is planning a rewrite in the generation mechanism
> using perl instead(?).
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220513125653.955993-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make
> index a5e6d6ea92e7..994ca51fed75 100644
> --- a/rules/host-autotools-autoconf.make
> +++ b/rules/host-autotools-autoconf.make
> @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF) += host-autotools-autoconf
>  #
>  # Paths and names
>  #
> -HOST_AUTOTOOLS_AUTOCONF_VERSION	:= 2.69
> -HOST_AUTOTOOLS_AUTOCONF_MD5	:= 50f97f4159805e374639a73e2636f22e
> +HOST_AUTOTOOLS_AUTOCONF_VERSION	:= 2.71
> +HOST_AUTOTOOLS_AUTOCONF_MD5	:= 12cfa1687ffa2606337efe1a64416106
>  HOST_AUTOTOOLS_AUTOCONF		:= autoconf-$(HOST_AUTOTOOLS_AUTOCONF_VERSION)
>  HOST_AUTOTOOLS_AUTOCONF_SUFFIX	:= tar.xz
>  HOST_AUTOTOOLS_AUTOCONF_URL	:= $(call ptx/mirror, GNU, autoconf/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX))
> @@ -23,9 +23,9 @@ HOST_AUTOTOOLS_AUTOCONF_SOURCE	:= $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AU
>  HOST_AUTOTOOLS_AUTOCONF_DIR	:= $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOCONF)
>  HOST_AUTOTOOLS_AUTOCONF_LICENSE	:= GPL-2.0-only AND GPL-3.0-only AND Autoconf-exception-3.0
>  HOST_AUTOTOOLS_AUTOCONF_LICENSE_FILES := \
> -	file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> -	file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
> -	file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515
> +	file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \
> +	file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464 \
> +	file://COPYING.EXCEPTION;md5=eb129370fe0bb2068cc4e48ff8d31260
>  
>  $(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-autoconf.install.post
>  
> @@ -50,6 +50,9 @@ $(STATEDIR)/host-autotools-autoconf.install.post:
>  		-e "s;'/[^']*/sysroot-host\(/bin/m4\)';'$(PTXDIST_SYSROOT_HOST)\1';g" \
>  		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/bin/* \
>  		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/share/autoconf/autom4te.cfg
> +	@sed -i \
> +		-e "s;\(/share/autoconf/\);$(PTXDIST_SYSROOT_HOST)\1;g" \
> +		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/bin/autoconf
>  	@$(call world/install.post, HOST_AUTOTOOLS_AUTOCONF)
>  	@$(call touch)
>  



      reply	other threads:[~2022-05-25  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 12:56 [ptxdist] [PATCH] " Christian Melki
2022-05-25  9:45 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220525094519.2845957-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox