mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
470d42d9d4
Changelog: =========== - 282 new ATRs - pcsc_scan: display what the program expect from the user Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
728 B
BlitzBasic
25 lines
728 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;tag=${PV}"
|
|
|
|
SRCREV = "52c6a3fda367d2badf618a2e0b8f9e59a02f16ff"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|
|
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"
|