diff mbox series

[1/1] package/dtc: bump to version 1.6.1

Message ID 20210731212208.1742425-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/dtc: bump to version 1.6.1 | expand

Commit Message

Fabrice Fontaine July 31, 2021, 9:22 p.m. UTC
This will fix a build failure with gcc 11

https://github.com/dgibson/dtc/releases/tag/v1.6.1

Fixes:
 - http://autobuild.buildroot.org/results/59305de179a5bde415cfd42d75e005b36b7ec4f6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dtc/dtc.hash | 2 +-
 package/dtc/dtc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni July 31, 2021, 10:07 p.m. UTC | #1
On Sat, 31 Jul 2021 23:22:08 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This will fix a build failure with gcc 11
> 
> https://github.com/dgibson/dtc/releases/tag/v1.6.1
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/59305de179a5bde415cfd42d75e005b36b7ec4f6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/dtc/dtc.hash | 2 +-
>  package/dtc/dtc.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/dtc/dtc.hash b/package/dtc/dtc.hash
index 902ce1baf9..29b7e0b121 100644
--- a/package/dtc/dtc.hash
+++ b/package/dtc/dtc.hash
@@ -1,5 +1,5 @@ 
 # from https://www.kernel.org/pub/software/utils/dtc/sha256sums.asc
-sha256  10503b0217e1b07933e29e8d347a00015b2431bea5f59afe0bed3af30340c82d  dtc-1.6.0.tar.xz
+sha256  65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473  dtc-1.6.1.tar.xz
 
 # Hash for license files
 sha256  78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68  README.license
diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index 749abc6cac..53f9c9c8df 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-DTC_VERSION = 1.6.0
+DTC_VERSION = 1.6.1
 DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
 DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
 DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)