diff options
| -rw-r--r-- | meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb (renamed from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb index b71fb0427b..97a94ec973 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.1.bb | |||
| @@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "b1018b83346f8a3bc3d42c96f2ed4dc62147cb24" | 8 | SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5" |
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | DEPENDS = "pcsc-lite" | 14 | DEPENDS = "pcsc-lite autoconf-archive-native" |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
| 17 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \ |
| @@ -21,4 +21,5 @@ RDEPENDS:${PN} += " \ | |||
| 21 | libpcsc-perl \ | 21 | libpcsc-perl \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt" | 24 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \ |
| 25 | ${datadir}/pcsc/gscriptor.png" | ||
