diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-08-23 14:19:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
| commit | 93a23d595ff8106488e51914058383514c55409d (patch) | |
| tree | cbff1e12a0cf8e39146cbcb9db1cd49b6b5d7df4 /meta-networking/recipes-support | |
| parent | c0dff3ec15431a40f40eb520a7fe795352da0920 (diff) | |
| download | meta-openembedded-93a23d595ff8106488e51914058383514c55409d.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/spice/libcacard_2.8.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb new file mode 100644 index 0000000000..c81322e680 --- /dev/null +++ b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine." | ||
| 2 | LICENSE = "LGPL-2.1-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 pcsc-lite nss" | ||
| 6 | |||
| 7 | SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42" | ||
| 8 | |||
| 9 | SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit meson pkgconfig | ||
