From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 25 May 2022 11:47:31 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ntnc3-008VKx-Bh for lore@lore.pengutronix.de; Wed, 25 May 2022 11:47:31 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ntnc2-0002Eg-7g; Wed, 25 May 2022 11:47:30 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ntnZx-0007O2-KZ; Wed, 25 May 2022 11:45:21 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ntnZx-004RBY-TM; Wed, 25 May 2022 11:45:20 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ntnZv-00BwNJ-P1; Wed, 25 May 2022 11:45:19 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 25 May 2022 11:45:19 +0200 Message-Id: <20220525094519.2845957-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220513125653.955993-1-christian.melki@t2data.com> References: <20220513125653.955993-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-autotools-autoconf: Version bump. 2.69 -> 2.71. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 25256dd1521c489848695e580e8c0a69ea48dcb3. Michael [sent from post-receive hook] On Wed, 25 May 2022 11:45:19 +0200, Christian Melki 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 > Message-Id: <20220513125653.955993-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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) >