mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] dtc: Version bump. 1.7.0 -> 1.7.2
Date: Fri, 15 Nov 2024 10:13:43 +0100	[thread overview]
Message-ID: <20241115091343.1299098-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20241112211727.2962697-1-christian.melki@t2data.com>

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, -, \



      reply	other threads:[~2024-11-15  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-12 21:17 [ptxdist] [PATCH] " Christian Melki
2024-11-15  9:13 ` Michael Olbrich [this message]

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=20241115091343.1299098-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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