Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
34
sources/poky/meta/recipes-bsp/usbutils/usbutils_017.bb
Normal file
34
sources/poky/meta/recipes-bsp/usbutils/usbutils_017.bb
Normal file
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "Host side USB console utilities"
|
||||
DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus."
|
||||
HOMEPAGE = "http://www.linux-usb.org"
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later & (GPL-2.0-only | GPL-3.0-only)"
|
||||
# License files went missing in 010, when 011 is released add LICENSES/* back
|
||||
LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7226e442a172bcf25807246d7ef1eba1 \
|
||||
file://lsusb.py.in;beginline=2;endline=2;md5=c443ada211d701156e42ea36d41625b3 \
|
||||
"
|
||||
|
||||
DEPENDS = "libusb1 virtual/libiconv udev"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
|
||||
file://0001-usbutils.pc.in-Fix-Cflags-entry.patch \
|
||||
file://0001-usb-devices-Fix-usb-devices-with-busybox.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "f704c4cb78a060db88b43aac6ebfd3d93c2c5cf1d6dd0e42936faaf00814ab00"
|
||||
|
||||
inherit autotools pkgconfig update-alternatives
|
||||
|
||||
ALTERNATIVE:${PN} = "lsusb"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
# The binaries are mostly GPL-2.0-or-later apart from lsusb.py which is
|
||||
# GPL-2.0-only or GPL-3.0-only.
|
||||
LICENSE:${PN} = "GPL-2.0-or-later"
|
||||
LICENSE:${PN}-python = "GPL-2.0-only | GPL-3.0-only"
|
||||
|
||||
RRECOMMENDS:${PN} = "udev-hwdb"
|
||||
|
||||
PACKAGE_BEFORE_PN =+ "${PN}-python"
|
||||
FILES:${PN}-python += "${bindir}/lsusb.py"
|
||||
RDEPENDS:${PN}-python = "python3-core"
|
||||
Reference in New Issue
Block a user