mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
f290449c6c
commit
06cd3f757d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user