mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
661 B
BlitzBasic
21 lines
661 B
BlitzBasic
SUMMARY = "Generic USB CCID smart card reader driver"
|
|
HOMEPAGE = "https://ccid.apdu.fr/"
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
DEPENDS = "virtual/libusb0 pcsc-lite"
|
|
RDEPENDS:${PN} = "pcsc-lite"
|
|
|
|
SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
|
|
file://no-dep-on-libfl.patch \
|
|
file://0001-Add-build-rule-for-README.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "b11907894ce2d345439635e2b967e7e5"
|
|
SRC_URI[sha256sum] = "5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb680e424"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/pcsc/"
|
|
FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
|