summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:24:54 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:32 -0700
commit1f7f46f5f51a98b59a433263b01a8ba2064925eb (patch)
treef99ae41872a275f12d6f715edab95b162992c9b9
parent89608d39b455e98f8c84e02bd694ccae18165d99 (diff)
downloadmeta-openembedded-1f7f46f5f51a98b59a433263b01a8ba2064925eb.tar.gz
pcsc-tools: upgrade 1.7.1 -> 1.7.2
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>
-rw-r--r--meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb (renamed from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb
index 97a94ec973..1dfba7c716 100644
--- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" 6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
7 7
8SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5" 8SRCREV = "778da3d86a59f5166443118c158e11ba4da9a5f1"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11