pcsc-tools: upgrade 1.6.2 -> 1.7.1

Changelog:

===== 1.7.1 =====
- 64 new ATRs
- configure: Use ATR_analysis by default on GNU/Linux
- improve Windows support

===== 1.7.0 =====
- 182 new ATRs
- pcsc_scan:
	. add debug option -d
	. add PnP option -p
- gscriptor: i18n and l10n in English (default), French and Russian
- configure: add --enable-ATRparser=foobar to specify an ATR parser
- minor fixes and improvements

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak 2024-01-08 20:05:52 +03:00 committed by Khem Raj
parent e54294de38
commit 29cb1495b0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
SRCREV = "b1018b83346f8a3bc3d42c96f2ed4dc62147cb24"
SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5"
inherit autotools pkgconfig
S = "${WORKDIR}/git"
DEPENDS = "pcsc-lite"
DEPENDS = "pcsc-lite autoconf-archive-native"
RDEPENDS:${PN} += " \
${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \
@ -21,4 +21,5 @@ RDEPENDS:${PN} += " \
libpcsc-perl \
"
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \
${datadir}/pcsc/gscriptor.png"