mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] dtc: Version bump. 1.7.0 -> 1.7.2
@ 2024-11-12 21:17 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2024-11-12 21:17 UTC (permalink / raw)
  To: ptxdist

Looks mostly like bugfixes.
https://github.com/dgibson/dtc/compare/v1.7.0...v1.7.2

* Fix lib install. The library now has a sane filename.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/dtc.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/dtc.make b/rules/dtc.make
index 9075e11a6..847b805ed 100644
--- a/rules/dtc.make
+++ b/rules/dtc.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_DTC) += dtc
 #
 # Paths and names
 #
-DTC_VERSION	:= 1.7.0
-DTC_MD5		:= f8b4469ad89f4b882091895ec60dde6b
+DTC_VERSION	:= 1.7.2
+DTC_MD5		:= a35aefd37cab86013a10ebdfc599f0c4
 DTC		:= dtc-$(DTC_VERSION)
 DTC_SUFFIX	:= tar.gz
 DTC_URL		:= https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/$(DTC).$(DTC_SUFFIX)
@@ -69,7 +69,7 @@ $(STATEDIR)/dtc.targetinstall:
 	@$(call install_fixup, dtc,AUTHOR,"Ladislav Michl <ladis@linux-mips.org>")
 	@$(call install_fixup, dtc,DESCRIPTION,missing)
 
-	@$(call install_lib, dtc, 0, 0, 0644, libfdt-$(DTC_VERSION))
+	@$(call install_lib, dtc, 0, 0, 0644, libfdt)
 
 	@$(foreach tool, $(DTC_BIN-y), \
 		$(call install_copy, dtc, 0, 0, 0755, -, \
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-12 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-12 21:17 [ptxdist] [PATCH] dtc: Version bump. 1.7.0 -> 1.7.2 Christian Melki

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