summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 08:48:28 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-22 18:02:26 -0800
commitd5b38f9d099e1ee58c05c6defb4fe98f54870a53 (patch)
tree584ffdbb8790cbc01f7761f36a78e281dc038d03
parent430c984cd9b1d93e67d00dfd184f66af6b003785 (diff)
downloadmeta-openembedded-d5b38f9d099e1ee58c05c6defb4fe98f54870a53.tar.gz
ccid: upgrade 1.5.4 -> 1.5.5
0001-Add-build-rule-for-README.patch refreshed for 1.5.5 Changelog: ============ - Add support of - Alpha-Project ANGARA Token - Broadcom Corp 58200 (idProduct: 0x5864) - Broadcom Corp 58200 (idProduct: 0x5865) - Imprivata USB CCID - KAPELSE eS-KAP-Ad - Kapelse inSide - KAPELSE KAP-Care - KAPELSE KAP-eCV - KAPELSE KAP-GO - KAPELSE KAP-LINK2 - Kapelse KAP-Move - Kapelse Ti-Kap - rf IDEAS USB CCID - SIMHUB pcsc reader - support Kapelse readers on macOS (composite as multislot) - 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/0001-Add-build-rule-for-README.patch14
-rw-r--r--meta-oe/recipes-support/ccid/ccid_1.5.5.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.5.4.bb)2
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
index 46d30e8c16..e39e7ddd3d 100644
--- a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
+++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
@@ -1,24 +1,24 @@
1From c82680a21c7411ba63e5815786eeb471720faa29 Mon Sep 17 00:00:00 2001
2From: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
3Date: Wed, 6 Nov 2019 20:10:09 +0800
1Subject: [PATCH] Add build rule for README. 4Subject: [PATCH] Add build rule for README.
2 5
3fix do_configure error: 6fix do_configure error:
4Makefile.am: required file `./README' not found 7Makefile.am: required file `./README' not found
5 8
6Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
7---
8Upstream-Status: Pending 9Upstream-Status: Pending
10Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
9 11
12---
10 Makefile.am | 1 + 13 Makefile.am | 1 +
11 1 file changed, 1 insertion(+) 14 1 file changed, 1 insertion(+)
12 15
13diff --git a/Makefile.am b/Makefile.am 16diff --git a/Makefile.am b/Makefile.am
14index 49574a3..a5a7c2a 100644 17index e77c4c4..fd77ecd 100644
15--- a/Makefile.am 18--- a/Makefile.am
16+++ b/Makefile.am 19+++ b/Makefile.am
17@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS) 20@@ -27,3 +27,4 @@ libtool: $(LIBTOOL_DEPS)
18 ChangeLog: 21 ChangeLog:
19 git log --stat --decorate=short > $@ 22 git log --stat --decorate=short > $@
20 23
21+README: README.md 24+README: README.md
22--
232.7.4
24
diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
index e53ffa40b3..e76881916e 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
@@ -10,7 +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
13SRC_URI[sha256sum] = "6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf" 13SRC_URI[sha256sum] = "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16