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
  2024-11-15  9:13 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] dtc: Version bump. 1.7.0 -> 1.7.2
  2024-11-12 21:17 [ptxdist] [PATCH] dtc: Version bump. 1.7.0 -> 1.7.2 Christian Melki
@ 2024-11-15  9:13 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-11-15  9:13 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 4202fb9b1e392ebcc4859987154a56ca6d1b0748.

Michael

[sent from post-receive hook]

On Fri, 15 Nov 2024 10:13:43 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20241112211727.2962697-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/dtc.make b/rules/dtc.make
> index 9075e11a6b64..847b805ed60e 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, -, \



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

end of thread, other threads:[~2024-11-15  9:14 UTC | newest]

Thread overview: 2+ messages (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
2024-11-15  9:13 ` [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