mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
1f7f46f5f5
Changelog: ========== - 191 new ATRs - provide meson configuration file - improve pcsc_scan Windows support - Use Ctrl-C also on Windows - Windows can also use option -n - better output on Windows dumb terminals - minor fixes and improvements - Initialize the reader state structure to 0 - smartcard_list: Add D-Trust Card 5.1/5.4 card Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 = "778da3d86a59f5166443118c158e11ba4da9a5f1"
|
|
|
|
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"
|