From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Thu, 5 Sep 2019 14:35:27 +0200 From: Michael Olbrich Message-ID: <20190905123527.GF13226@pengutronix.de> References: <20190905094205.21090-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190905094205.21090-1-o.rempel@pengutronix.de> Subject: Re: [ptxdist] [PATCH v1] util-linux-ng: version bump 2.32.1 -> 2.34 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Oleksij Rempel On Thu, Sep 05, 2019 at 11:42:05AM +0200, Oleksij Rempel wrote: > This will fix build issue on MIPS with gcc-9.2.1 > > Signed-off-by: Oleksij Rempel > --- The old version has a patch. I think it's still relevant. Jon: you created to original patch. Do you know if it's still needed? Michael > rules/util-linux-ng.make | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make > index 86ed5120e..30c5f9f22 100644 > --- a/rules/util-linux-ng.make > +++ b/rules/util-linux-ng.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng > # > # Paths and names > # > -UTIL_LINUX_NG_VERSION := 2.32.1 > -UTIL_LINUX_NG_MD5 := 9e5b1b8c1dc99455bdb6b462cf9436d9 > +UTIL_LINUX_NG_VERSION := 2.34 > +UTIL_LINUX_NG_MD5 := a78cbeaed9c39094b96a48ba8f891d50 > UTIL_LINUX_NG := util-linux-$(UTIL_LINUX_NG_VERSION) > UTIL_LINUX_NG_SUFFIX := tar.xz > UTIL_LINUX_NG_BASENAME := v$(call ptx/sh, echo $(UTIL_LINUX_NG_VERSION) | sed -e 's/\([0-9]*\.[0-9]*\)[^0-9].*\?/\1/g') > @@ -25,10 +25,10 @@ UTIL_LINUX_NG_SOURCE := $(SRCDIR)/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX) > UTIL_LINUX_NG_DIR := $(BUILDDIR)/$(UTIL_LINUX_NG) > UTIL_LINUX_NG_LICENSE := GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND BSD-4-Clause AND public_domain > UTIL_LINUX_NG_LICENSE_FILES := \ > - file://Documentation/licenses/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > - file://Documentation/licenses/COPYING.BSD-3;md5=58dcd8452651fc8b07d1f65ce07ca8af \ > - file://Documentation/licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \ > - file://Documentation/licenses/COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c > + file://Documentation/licenses/COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af \ > + file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \ > + file://Documentation/licenses/COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.23.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de