[Buildroot] [git commit branch/2025.02.x] package/usbutils: update license information
Thomas Perale via buildroot <[email protected]> Tue, 28 Jul 2026 12:07:15 +0200
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/a2e883b3eecc686ad7d929c6abc84a0038654f7c branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2025.02.x 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]> Signed-off-by: Julien Olivain <[email protected]> (cherry picked from commit 4ea73bd6763daaff9c968fd8378e5a4e9d9b7cde) Signed-off-by: Thomas Perale <[email protected]> --- 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 7527b6e63a..3b0afcded9 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 83f68b59b58547589c00266e82671864627593ab4362d8c807f50eea923cad93 usbutils-018.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 1093981360..443448c660 100644 --- a/package/usbutils/usbutils.mk +++ b/package/usbutils/usbutils.mk @@ -8,8 +8,13 @@ USBUTILS_VERSION = 018 USBUTILS_SOURCE = usbutils-$(USBUTILS_VERSION).tar.xz USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils USBUTILS_DEPENDENCIES = host-pkgconf libusb udev -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 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot