diff mbox series

package/dt-utils: bump to version 2023.08.0

Message ID 20230916043757.138677-1-m.niestroj@grinn-global.com
State Accepted
Headers show
Series package/dt-utils: bump to version 2023.08.0 | expand

Commit Message

Marcin Niestroj Sept. 16, 2023, 4:37 a.m. UTC
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>
---
 package/dt-utils/dt-utils.hash | 7 +++++--
 package/dt-utils/dt-utils.mk   | 7 ++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

Comments

Yann E. MORIN Sept. 16, 2023, 1:11 p.m. UTC | #1
Marcin, All,

On 2023-09-16 06:37 +0200, Marcin Niestroj spake thusly:
> 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).

Thansk for the explanations.

[--SNIP--]
> diff --git a/package/dt-utils/dt-utils.mk b/package/dt-utils/dt-utils.mk
> index d264e2cdc9..05c2c530e7 100644
> --- a/package/dt-utils/dt-utils.mk
> +++ b/package/dt-utils/dt-utils.mk
> @@ -4,11 +4,12 @@
>  #
>  ################################################################################
>  
> -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

_LICENSE is a comma-sapce separated list.

> +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

I've made that a full multi-line assignment.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  DT_UTILS_DEPENDENCIES = udev
>  DT_UTILS_AUTORECONF = YES
>  
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/dt-utils/dt-utils.hash b/package/dt-utils/dt-utils.hash
index 9fca594db5..c57145b835 100644
--- a/package/dt-utils/dt-utils.hash
+++ b/package/dt-utils/dt-utils.hash
@@ -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
diff --git a/package/dt-utils/dt-utils.mk b/package/dt-utils/dt-utils.mk
index d264e2cdc9..05c2c530e7 100644
--- a/package/dt-utils/dt-utils.mk
+++ b/package/dt-utils/dt-utils.mk
@@ -4,11 +4,12 @@ 
 #
 ################################################################################
 
-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