mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
@@ -1,24 +1,24 @@
|
|||||||
|
From c82680a21c7411ba63e5815786eeb471720faa29 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
|
||||||
|
Date: Wed, 6 Nov 2019 20:10:09 +0800
|
||||||
Subject: [PATCH] Add build rule for README.
|
Subject: [PATCH] Add build rule for README.
|
||||||
|
|
||||||
fix do_configure error:
|
fix do_configure error:
|
||||||
Makefile.am: required file `./README' not found
|
Makefile.am: required file `./README' not found
|
||||||
|
|
||||||
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
|
|
||||||
---
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
|
||||||
|
|
||||||
|
---
|
||||||
Makefile.am | 1 +
|
Makefile.am | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 49574a3..a5a7c2a 100644
|
index e77c4c4..fd77ecd 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
|
@@ -27,3 +27,4 @@ libtool: $(LIBTOOL_DEPS)
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
git log --stat --decorate=short > $@
|
git log --stat --decorate=short > $@
|
||||||
|
|
||||||
+README: README.md
|
+README: README.md
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
|
|||||||
file://0001-Add-build-rule-for-README.patch \
|
file://0001-Add-build-rule-for-README.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf"
|
SRC_URI[sha256sum] = "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
Reference in New Issue
Block a user