mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +00:00
libcacard: add recipe
libcacard is a library that adds smartcard support to qemu and/or spice Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c0dff3ec15
commit
93a23d595f
13
meta-networking/recipes-support/spice/libcacard_2.8.1.bb
Normal file
13
meta-networking/recipes-support/spice/libcacard_2.8.1.bb
Normal file
@ -0,0 +1,13 @@
|
||||
SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine."
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7"
|
||||
|
||||
DEPENDS = "glib-2.0 pcsc-lite nss"
|
||||
|
||||
SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
Loading…
x
Reference in New Issue
Block a user