Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Generic USB CCID smart card reader driver" |
| 2 | HOMEPAGE = "https://ccid.apdu.fr/" |
| 3 | LICENSE = "LGPLv2.1+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 5 | |
| 6 | DEPENDS = "virtual/libusb0 pcsc-lite" |
| 7 | RDEPENDS_${PN} = "pcsc-lite" |
| 8 | |
| 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ |
| 10 | file://no-dep-on-libfl.patch \ |
Brad Bishop | 2f97392 | 2019-11-11 07:58:48 -0500 | [diff] [blame] | 11 | file://0001-Add-build-rule-for-README.patch \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 12 | " |
| 13 | |
Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 14 | SRC_URI[md5sum] = "b11907894ce2d345439635e2b967e7e5" |
| 15 | SRC_URI[sha256sum] = "5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb680e424" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | FILES_${PN} += "${libdir}/pcsc/" |
| 20 | FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" |