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,27 @@
|
||||
SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers"
|
||||
DESCRIPTION = "\
|
||||
This is an Openssl 3.x provider to access Hardware or Software Tokens using \
|
||||
the PKCS#11 Cryptographic Token Interface\
|
||||
\
|
||||
This code targets version 3.1 of the interface but should be backwards \
|
||||
compatible to previous versions as well.\
|
||||
"
|
||||
HOMEPAGE = "https://github.com/latchset/pkcs11-provider"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45"
|
||||
DEPENDS = "\
|
||||
autoconf-archive \
|
||||
openssl \
|
||||
p11-kit \
|
||||
"
|
||||
|
||||
SRCREV = "58040b4e32975cc1d7f39e424ee7b0097cd11311"
|
||||
|
||||
SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"
|
||||
Reference in New Issue
Block a user