mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] dtc: Version bump. 1.7.0 -> 1.7.2
Date: Tue, 12 Nov 2024 22:17:27 +0100	[thread overview]
Message-ID: <20241112211727.2962697-1-christian.melki@t2data.com> (raw)

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




                 reply	other threads:[~2024-11-12 21:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241112211727.2962697-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox