pcsc-tools: Add runtime dependencies

Add runtime dependencies for pcsc_scan and scriptor. Script
ATR_analysis is written in Perl and it is used to parse the smart
card ATR. This script is called by default by pcsc_scan.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2023-03-29 14:28:00 +03:00 committed by Khem Raj
parent f290449c6c
commit 06cd3f757d

View File

@ -13,4 +13,12 @@ S = "${WORKDIR}/git"
DEPENDS = "pcsc-lite"
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"