From 470d42d9d4797297e355def4aa97a97c34fcf2c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Feb 2026 17:37:21 +0800 Subject: pcsc-tools: upgrade 1.7.3 -> 1.7.4 Changelog: =========== - 282 new ATRs - pcsc_scan: display what the program expect from the user Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb | 24 ---------------------- .../recipes-support/pcsc-tools/pcsc-tools_1.7.4.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb create mode 100644 meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.4.bb (limited to 'meta-oe/recipes-support/pcsc-tools') diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb deleted file mode 100644 index 5aecc2df89..0000000000 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb +++ /dev/null @@ -1,24 +0,0 @@ -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;tag=${PV}" - -SRCREV = "12f62c67650e1bfb491c18242a75fa61993c4cb8" - -inherit autotools pkgconfig - - -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" diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.4.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.4.bb new file mode 100644 index 0000000000..2a003cbb46 --- /dev/null +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.4.bb @@ -0,0 +1,24 @@ +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;tag=${PV}" + +SRCREV = "52c6a3fda367d2badf618a2e0b8f9e59a02f16ff" + +inherit autotools pkgconfig + + +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" -- cgit v1.2.3-54-g00ecf