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:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "cargo applet to build and install C-ABI compatible dynamic and static libraries."
|
||||
HOMEPAGE = "https://crates.io/crates/cargo-c"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=384ed0e2e0b2dac094e51fbf93fdcbe0 \
|
||||
"
|
||||
|
||||
SRC_URI = "crate://crates.io/cargo-c/${PV};name=cargo-c"
|
||||
SRC_URI[cargo-c.sha256sum] = "ec77e3635cdb0d211f88f22d0460eef0ba031eb616ded57f2ffb98a90365c445"
|
||||
S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}"
|
||||
|
||||
inherit cargo cargo-update-recipe-crates pkgconfig native
|
||||
|
||||
DEPENDS = "openssl curl"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
Reference in New Issue
Block a user