diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-28 14:05:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-28 11:32:26 -0800 |
commit | f561233c8e0531e2ab83ab31c3e2a8519d30fc1e (patch) | |
tree | 848306bdbbd4b0aee37495bb2c17b0f2af6c3ebc | |
parent | 01eb5561da2823a8bb80e790bfbb6cdf320ce09e (diff) | |
download | meta-openembedded-f561233c8e0531e2ab83ab31c3e2a8519d30fc1e.tar.gz |
ccid: upgrade 1.5.0 -> 1.5.1
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@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.5.1.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.5.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.0.bb b/meta-oe/recipes-support/ccid/ccid_1.5.1.bb index 9775d82fae..42bc957721 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 \ | |||
10 | file://0001-Add-build-rule-for-README.patch \ | 10 | file://0001-Add-build-rule-for-README.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "f246d6601856775310c86b841b616de5" | 13 | SRC_URI[sha256sum] = "e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377" |
14 | SRC_URI[sha256sum] = "81549b3422469d503996d03a3aed2ef1375b359167f10d66be9e3844e729322e" | ||
15 | 14 | ||
16 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
17 | 16 | ||