From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 09 Nov 2024 08:08:17 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t9fZw-006e2L-22 for lore@lore.pengutronix.de; Sat, 09 Nov 2024 08:08:17 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t9fZx-0004ut-Bu; Sat, 09 Nov 2024 08:08:17 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t9fZT-0004JE-Hc; Sat, 09 Nov 2024 08:07:47 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t9fZT-002kLQ-14; Sat, 09 Nov 2024 08:07:47 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t9fZT-0088z8-0u; Sat, 09 Nov 2024 08:07:47 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 9 Nov 2024 08:07:47 +0100 Message-Id: <20241109070747.1941090-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241106174304.1581983-1-christian.melki@t2data.com> References: <20241106174304.1581983-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] hwdata: Version bump. 0.388 -> 0.389 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4813c288f36f6e7b61e458e236a7e09376438e92. Michael [sent from post-receive hook] On Sat, 09 Nov 2024 08:07:47 +0100, Christian Melki wrote: > Minor changes. > https://github.com/vcrhonek/hwdata/releases/tag/v0.389 > > * Fix "configure" option. enable-blacklist is actually a non-option. > It is default and the script complains about the invalid option. > > Signed-off-by: Christian Melki > Message-Id: <20241106174304.1581983-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/hwdata.make b/rules/hwdata.make > index 781f11fa0043..94be9e1b4478 100644 > --- a/rules/hwdata.make > +++ b/rules/hwdata.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HWDATA) += hwdata > # > # Paths and names > # > -HWDATA_VERSION := 0.388 > -HWDATA_MD5 := d8f4cbdbe9e16e7717b398edffd1a989 > +HWDATA_VERSION := 0.389 > +HWDATA_MD5 := e6d6a05562b9f37039fd947b41da3cc7 > HWDATA := hwdata-$(HWDATA_VERSION) > HWDATA_SUFFIX := tar.gz > HWDATA_URL := https://github.com/vcrhonek/hwdata/archive/refs/tags/v$(HWDATA_VERSION).$(HWDATA_SUFFIX) > @@ -34,8 +34,7 @@ HWDATA_LICENSE_FILES := \ > # Only text files are processed. Just prefix setting here. > HWDATA_CONF_TOOL := autoconf > HWDATA_CONF_OPT := \ > - --prefix=/usr \ > - --enable-blacklist > + --prefix=/usr > > # ---------------------------------------------------------------------------- > # Target-Install