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 | |
| 13 | SRC_URI[sha256sum] = "e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377" |
| 14 | |
| 15 | inherit autotools pkgconfig |
| 16 | |
| 17 | FILES:${PN} += "${libdir}/pcsc/" |
| 18 | FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" |