From 64385b0e3ec2b71e5d08a2d6b42eb67e663844f7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jul 2026 02:19:49 +0000 Subject: [PATCH] ccid: upgrade 1.8.0 -> 1.8.2 Changes: - 1.8.1: correctly close the slots of a multi-slots reader; fix three minor issues found by AISLE in partnership with Red Hat; other minor improvements. - 1.8.2: fix initialisation of composite devices (such as Yubico tokens) and correctly close the slots of a serial multi-slots reader. Signed-off-by: Khem Raj --- meta-oe/recipes-support/ccid/{ccid_1.8.0.bb => ccid_1.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/ccid/{ccid_1.8.0.bb => ccid_1.8.2.bb} (83%) diff --git a/meta-oe/recipes-support/ccid/ccid_1.8.0.bb b/meta-oe/recipes-support/ccid/ccid_1.8.2.bb similarity index 83% rename from meta-oe/recipes-support/ccid/ccid_1.8.0.bb rename to meta-oe/recipes-support/ccid/ccid_1.8.2.bb index 6ec6658cfd..49b572f2cc 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.8.0.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.8.2.bb @@ -8,7 +8,7 @@ RDEPENDS:${PN} = "pcsc-lite" SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.xz" -SRC_URI[sha256sum] = "531dc29e7c1b9e22e1918f0767b625d52ce8a98f266eb2144c5cf5dbd29c0f67" +SRC_URI[sha256sum] = "d74294e23d436546c3e719c95a4da180b17f5e7ffdd36efca53f75351cb0de75" inherit meson pkgconfig