mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 13:50:38 +00:00
pcsc-tools: add new package
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
993c8cfbc9
commit
4f9d776257
@ -841,6 +841,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
|
|||||||
tbb \
|
tbb \
|
||||||
satyr \
|
satyr \
|
||||||
pcsc-lite \
|
pcsc-lite \
|
||||||
|
pcsc-tools \
|
||||||
sharutils \
|
sharutils \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "toscoterm", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "toscoterm", "", d)} \
|
||||||
sg3-utils \
|
sg3-utils \
|
||||||
|
|||||||
16
meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
Normal file
16
meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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"
|
||||||
Loading…
x
Reference in New Issue
Block a user