mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
pcsc-tools: upgrade 1.6.2 -> 1.7.1
Changelog: ===== 1.7.1 ===== - 64 new ATRs - configure: Use ATR_analysis by default on GNU/Linux - improve Windows support ===== 1.7.0 ===== - 182 new ATRs - pcsc_scan: . add debug option -d . add PnP option -p - gscriptor: i18n and l10n in English (default), French and Russian - configure: add --enable-ATRparser=foobar to specify an ATR parser - minor fixes and improvements Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+4
-3
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
|
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
|
||||||
|
|
||||||
SRCREV = "b1018b83346f8a3bc3d42c96f2ed4dc62147cb24"
|
SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "pcsc-lite"
|
DEPENDS = "pcsc-lite autoconf-archive-native"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \
|
||||||
@@ -21,4 +21,5 @@ RDEPENDS:${PN} += " \
|
|||||||
libpcsc-perl \
|
libpcsc-perl \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"
|
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \
|
||||||
|
${datadir}/pcsc/gscriptor.png"
|
||||||
Reference in New Issue
Block a user