package/dtc: update to dtc 1.7.1

Release notes: https://lore.kernel.org/linux-devicetree/ZsBvsq5pVv9xEPmp@zatzit/

Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
2024-10-05 11:58:45 -05:00
committed by Arnout Vandecappelle
parent 9b69034160
commit d7b03301fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# from https://www.kernel.org/pub/software/utils/dtc/sha256sums.asc
sha256 29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4 dtc-1.7.0.tar.xz
sha256 398098bac205022b39d3dce5982b98c57f1023f3721a53ebcbb782be4cf7885e dtc-1.7.1.tar.xz
# Hash for license files
sha256 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68 README.license

View File

@@ -4,7 +4,7 @@
#
################################################################################
DTC_VERSION = 1.7.0
DTC_VERSION = 1.7.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)