- 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)
15 lines
430 B
BlitzBasic
15 lines
430 B
BlitzBasic
SUMMARY = "library for USB video devices built atop libusb"
|
|
HOMEPAGE = "https://github.com/libuvc/libuvc.git"
|
|
SECTION = "libs"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2"
|
|
|
|
DEPENDS = "libusb jpeg"
|
|
|
|
SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https"
|
|
SRCREV = "68d07a00e11d1944e27b7295ee69673239c00b4b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|