mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user