Re: [Buildroot] [PATCH 1/1] package/usbutils: update license information

Thomas Perale via buildroot <[email protected]> Fri, 31 Jul 2026 14:05:29 +0200
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
In reply of:
> According to the upstream changelog LGPL-2.1+, CC0-1.0, and MIT
> licenses were added with v018. Grouping is derived from individual
> SPDX-License-Identifier headers in the source files.
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/tree/NEWS?id=bd86478bb8d09abd0aba8ead781bc8f4609521e6#n159
> 
> Signed-off-by: Fiona Klute (Othermo GmbH) <[email protected]>

Applied to 2025.02.x & 2026.05.x. Thanks

> ---
>  package/usbutils/usbutils.hash | 3 +++
>  package/usbutils/usbutils.mk   | 9 +++++++--
>  2 files changed, 10 insertions(+), 2 deletions(-)
> 
> diff --git a/package/usbutils/usbutils.hash b/package/usbutils/usbutils.hash
> index 3527d4e30d..e4fbe18070 100644
> --- a/package/usbutils/usbutils.hash
> +++ b/package/usbutils/usbutils.hash
> @@ -1,5 +1,8 @@
>  # From https://www.kernel.org/pub/linux/utils/usb/usbutils/sha256sums.asc
>  sha256  659f40c440e31ba865c52c818a33d3ba6a97349e3353f8b1985179cb2aa71ec5  usbutils-019.tar.xz
>  # Locally calculated
> +sha256  1f2fa2e0fac0e224fa84969d0e0b3e6801ecdfb7b9526a4664787e840ad705a2  LICENSES/CC0-1.0.txt
>  sha256  91412672119c72352b76c1d48fa1a8b7cdc7f70be7929e468c8805db468e23e4  LICENSES/GPL-2.0-only.txt
>  sha256  4631da83311d27f99078d0d102e31bd34a4fcbcc2dae2aa40f1454a5b48125dc  LICENSES/GPL-3.0-only.txt
> +sha256  efbaee946ac92a48b89eae36f655844042370d2f0e04eadea1e2998efae24ebd  LICENSES/LGPL-2.1-or-later.txt
> +sha256  323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f  LICENSES/MIT.txt
> diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
> index afeb7ded2a..4fbb358dfa 100644
> --- a/package/usbutils/usbutils.mk
> +++ b/package/usbutils/usbutils.mk
> @@ -8,8 +8,13 @@ USBUTILS_VERSION = 019
>  USBUTILS_SOURCE = usbutils-$(USBUTILS_VERSION).tar.xz
>  USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
>  USBUTILS_DEPENDENCIES = host-pkgconf libudev libusb
> -USBUTILS_LICENSE = GPL-2.0+ (utils) GPL-2.0 or GPL-3.0 (lsusb.py)
> -USBUTILS_LICENSE_FILES = LICENSES/GPL-2.0-only.txt LICENSES/GPL-3.0-only.txt
> +USBUTILS_LICENSE = GPL-2.0+, GPL-2.0 (utils), LGPL-2.1+ (config/CI), GPL-2.0 or GPL-3.0 (lsusb.py), CC0-1.0, MIT (ccan)
> +USBUTILS_LICENSE_FILES = \
> +	LICENSES/CC0-1.0.txt \
> +	LICENSES/GPL-2.0-only.txt \
> +	LICENSES/GPL-3.0-only.txt \
> +	LICENSES/LGPL-2.1-or-later.txt \
> +	LICENSES/MIT.txt
>  
>  ifeq ($(BR2_PACKAGE_LIBICONV),y)
>  USBUTILS_DEPENDENCIES += libiconv
> -- 
> 2.53.0
> 
> _______________________________________________
> buildroot mailing list
> [email protected]
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot