- 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)
19 lines
447 B
BlitzBasic
19 lines
447 B
BlitzBasic
SUMMARY = "usb device database."
|
|
HOMEPAGE = "https://github.com/usbids/usbids"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
|
|
|
SRC_URI = "git://github.com/usbids/usbids.git;branch=master;protocol=https"
|
|
|
|
SRCREV = "7963233faf69eb9c80ffca8dfc1f31940f75999f"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install() {
|
|
install -d ${D}${datadir}
|
|
install -m0644 ${S}/usb.ids ${D}${datadir}
|
|
}
|
|
|
|
FILES:${PN} = "${datadir}"
|