summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-28 14:12:07 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-28 11:32:26 -0800
commit4e0aebdaa72865a26ef531579de410575a6ee1b3 (patch)
tree3785a8bef2fddb65b7a971a367dca5f04d9a8298
parenta84a69c28dfed46edf3e66f22db4233b9b40fa08 (diff)
downloadmeta-openembedded-4e0aebdaa72865a26ef531579de410575a6ee1b3.tar.gz
pcsc-lite: upgrade 1.9.8 -> 1.9.9
Changelog: ========== - SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit - Fix SCardReleaseContext() failure on orphan handles - Fix SCardDisconnect() on orphan handle - pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters - Improve the log from pcscd: log the return code in text instead of hex - Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb (renamed from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
index 64c9c2a9da..fd232c1b63 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6"
12DEPENDS = "autoconf-archive-native" 12DEPENDS = "autoconf-archive-native"
13 13
14SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2" 14SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2"
15SRC_URI[md5sum] = "d063c6ca17c17fab39a85132811e155d" 15SRC_URI[sha256sum] = "cbcc3b34c61f53291cecc0d831423c94d437b188eb2b97b7febc08de1c914e8a"
16SRC_URI[sha256sum] = "502d80c557ecbee285eb99fe8703eeb667bcfe067577467b50efe3420d1b2289"
17 16
18inherit autotools systemd pkgconfig perlnative 17inherit autotools systemd pkgconfig perlnative
19 18