mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] hwdata: Version bump. 0.388 -> 0.389
@ 2024-11-06 17:43 Christian Melki
  2024-11-09  7:07 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-11-06 17:43 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 rules/hwdata.make | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/rules/hwdata.make b/rules/hwdata.make
index 781f11fa0..94be9e1b4 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
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-09  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-06 17:43 [ptxdist] [PATCH] hwdata: Version bump. 0.388 -> 0.389 Christian Melki
2024-11-09  7:07 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox