mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-11 08:34:53 +02:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
470 B
BlitzBasic
17 lines
470 B
BlitzBasic
SUMMARY = "Some tools to be used with smart cards and PC/SC"
|
|
HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https"
|
|
|
|
SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "pcsc-lite"
|
|
|
|
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"
|