Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "Generic USB CCID smart card reader driver" |
| 2 | HOMEPAGE = "https://ccid.apdu.fr/" |
| 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 5 | |
| 6 | DEPENDS = "autoconf-archive-native virtual/libusb0 pcsc-lite" |
| 7 | RDEPENDS:${PN} = "pcsc-lite" |
| 8 | |
| 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ |
| 10 | file://0001-Add-build-rule-for-README.patch \ |
| 11 | " |
| 12 | |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 13 | SRC_URI[sha256sum] = "13934487e6f8b48f699a16d367cc7a1af7a3ca874de721ac6e9633beb86e7219" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 14 | |
| 15 | inherit autotools pkgconfig |
| 16 | |
| 17 | FILES:${PN} += "${libdir}/pcsc/" |
| 18 | FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" |