Date
1 - 1 of 1
[meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: ========= * Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader * Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR * configure.ac: add --enable-strict option * Fix a problem with AUTO PPS readers and ATR convention inverse cards * macOS: log non sensitive strings as "%{public}s" * Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@...> --- meta-oe/recipes-support/ccid/{ccid_1.5.0.bb => ccid_1.5.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/ccid/{ccid_1.5.0.bb => ccid_1.5.1.bb} (78%) diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.0.bb b/meta-oe/recipes-support/ccid/ccid_1.5.1.bb similarity index 78% rename from meta-oe/recipes-support/ccid/ccid_1.5.0.bb rename to meta-oe/recipes-support/ccid/ccid_1.5.1.bb index 9775d82fa..42bc95772 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.5.0.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.5.1.bb @@ -10,8 +10,7 @@ SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ file://0001-Add-build-rule-for-README.patch \ " -SRC_URI[md5sum] = "f246d6601856775310c86b841b616de5" -SRC_URI[sha256sum] = "81549b3422469d503996d03a3aed2ef1375b359167f10d66be9e3844e729322e" +SRC_URI[sha256sum] = "e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377" inherit autotools pkgconfig -- 2.25.1 |
|