- 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)
26 lines
739 B
BlitzBasic
26 lines
739 B
BlitzBasic
SUMMARY = "Some tools to be used with smart cards and PC/SC"
|
|
HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
|
|
|
|
SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "pcsc-lite autoconf-archive-native"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \
|
|
perl \
|
|
perl-module-getopt-std \
|
|
perl-module-file-stat \
|
|
libpcsc-perl \
|
|
"
|
|
|
|
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \
|
|
${datadir}/pcsc/gscriptor.png"
|