Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "Some tools to be used with smart cards and PC/SC" |
| 2 | HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools" |
| 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | |
| 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" |
| 7 | |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 8 | SRCREV = "b1018b83346f8a3bc3d42c96f2ed4dc62147cb24" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 9 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | DEPENDS = "pcsc-lite" |
| 15 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 16 | RDEPENDS:${PN} += " \ |
| 17 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \ |
| 18 | perl \ |
| 19 | perl-module-getopt-std \ |
| 20 | perl-module-file-stat \ |
| 21 | libpcsc-perl \ |
| 22 | " |
| 23 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 24 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt" |