diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-01-08 20:05:52 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-08 19:54:46 -0800 |
| commit | 29cb1495b0becbcc8d6c36ccc64fded7662e2192 (patch) | |
| tree | b0386b32340ed8b20a1dc9613877f29958f9cb3d | |
| parent | e54294de384c4c5d09a4aab367b0a9b0e8ba5065 (diff) | |
| download | meta-openembedded-29cb1495b0becbcc8d6c36ccc64fded7662e2192.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb (renamed from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb index b71fb0427b..97a94ec973 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb | |||
| @@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "b1018b83346f8a3bc3d42c96f2ed4dc62147cb24" | 8 | SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5" |
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | DEPENDS = "pcsc-lite" | 14 | DEPENDS = "pcsc-lite autoconf-archive-native" |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
| 17 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \ |
| @@ -21,4 +21,5 @@ RDEPENDS:${PN} += " \ | |||
| 21 | libpcsc-perl \ | 21 | libpcsc-perl \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt" | 24 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \ |
| 25 | ${datadir}/pcsc/gscriptor.png" | ||
