- 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
605 B
BlitzBasic
19 lines
605 B
BlitzBasic
SUMMARY = "Generic USB CCID smart card reader driver"
|
|
HOMEPAGE = "https://ccid.apdu.fr/"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
DEPENDS = "autoconf-archive-native virtual/libusb0 pcsc-lite"
|
|
RDEPENDS:${PN} = "pcsc-lite"
|
|
|
|
SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
|
|
file://0001-Add-build-rule-for-README.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/pcsc/"
|
|
FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
|