mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/dt-utils: bump to version 2023.08.0
COPYING is now a symlink pointing to LICENSES/GPL-2.0-only.txt. More license files were added and all source code files were updated with proper license being used. See [1-4]. List all licenses used in runtime by produced binary (and omit GPL-3.0-or-later for check-news.sh script). [1] https://git.pengutronix.de/cgit/tools/dt-utils/commit/?id=893c6c9f628fed614537fd548b7a851d2d9ee868 [2] https://git.pengutronix.de/cgit/tools/dt-utils/commit/?id=c1880166d1e34efcf606297c8189b228aa78f78a [3] https://git.pengutronix.de/cgit/tools/dt-utils/commit/?id=fa56be74c3bd991a40384e9be4a485f3febea19e [4] https://git.pengutronix.de/cgit/tools/dt-utils/commit/?id=6c7ccb22ea30ee28d42679a7ba66c0199f135db1 Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> [yann.morin.1998@free.fr: - _LICENSE is space-comma separated - multi-line assignment for license files ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
d3bed88613
commit
37fd844c95
@ -1,3 +1,6 @@
|
||||
# Locally computed
|
||||
sha256 63cf47c70911bb3605bafac38a5a7e19eb753ac1c90de2abceaf2fdefd71be6d dt-utils-2021.03.0.tar.xz
|
||||
sha256 a45932c79317d15116eadbf1c9c6fc59117ec3c4621db3a876066defa723963b COPYING
|
||||
sha256 a6988b889418737324ed3db3785d3a9692e802c1dff4a2323c962008b7b646b1 dt-utils-2023.08.0.tar.xz
|
||||
sha256 a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499 LICENSES/CC0-1.0.txt
|
||||
sha256 2c9d733cadb50e33cc83f05f1fe7cc4b6c5ff7260fd9eea1b839151c7fa64742 LICENSES/GPL-2.0-only.txt
|
||||
sha256 d6e37cb7eff6ef15ae3c4082cf40eae80a94cd59b636991d1149d4a5c9dc3537 LICENSES/GPL-2.0-or-later.txt
|
||||
sha256 aa8c4e84680f7653d9a6f9f92b692239e5aa839a48dcdbce6108a3bbde451e30 LICENSES/Zlib.txt
|
||||
|
@ -4,11 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DT_UTILS_VERSION = 2021.03.0
|
||||
DT_UTILS_VERSION = 2023.08.0
|
||||
DT_UTILS_SOURCE = dt-utils-$(DT_UTILS_VERSION).tar.xz
|
||||
DT_UTILS_SITE = https://git.pengutronix.de/cgit/tools/dt-utils/snapshot
|
||||
DT_UTILS_LICENSE = GPL-2.0
|
||||
DT_UTILS_LICENSE_FILES = COPYING
|
||||
DT_UTILS_LICENSE = CC0-1.0, GPL-2.0, GPL-2.0+, Zlib
|
||||
DT_UTILS_LICENSE_FILES = \
|
||||
LICENSES/CC0-1.0.txt \
|
||||
LICENSES/GPL-2.0-only.txt \
|
||||
LICENSES/GPL-2.0-or-later.txt \
|
||||
LICENSES/Zlib.txt
|
||||
|
||||
DT_UTILS_DEPENDENCIES = udev
|
||||
DT_UTILS_AUTORECONF = YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user