mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
d5b38f9d09
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>
19 lines
605 B
BlitzBasic
19 lines
605 B
BlitzBasic
SUMMARY = "Generic USB CCID smart card reader driver"
|
|
HOMEPAGE = "https://ccid.apdu.fr/"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
DEPENDS = "autoconf-archive-native virtual/libusb0 pcsc-lite"
|
|
RDEPENDS:${PN} = "pcsc-lite"
|
|
|
|
SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
|
|
file://0001-Add-build-rule-for-README.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/pcsc/"
|
|
FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
|