diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-05 13:14:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:21 -0800 |
| commit | bf0ea3fc286a432e6eb6c1e538d4db4a7455d7f4 (patch) | |
| tree | cb5633b102b2bfa5bce83a017ece445001a248b4 /meta-networking/recipes-support/spice/libcacard_2.8.2.bb | |
| parent | a216ab3f7689c4d064644d9a07787833bd29c1b5 (diff) | |
| download | meta-openembedded-bf0ea3fc286a432e6eb6c1e538d4db4a7455d7f4.tar.gz | |
libcacard: upgrade 2.8.1 -> 2.8.2
Changelog:
==========
- Sort certificates by underlying objects CKA_ID to provide deterministic
object order
- Avoid using uninitialized memory
- Improve test coverage and build scripts
- Improve compatibility with modern compilers (avoid strict warnings)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/libcacard_2.8.2.bb')
| -rw-r--r-- | meta-networking/recipes-support/spice/libcacard_2.8.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.2.bb b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb new file mode 100644 index 0000000000..f956f06814 --- /dev/null +++ b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 = "df2d3c05a250741632184c2cc66df247039a70d7" | ||
| 8 | |||
| 9 | SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master;tag=v${PV}" | ||
| 10 | |||
| 11 | |||
| 12 | inherit meson pkgconfig | ||
| 13 | |||
| 14 | do_configure:prepend() { | ||
| 15 | echo ${PV} > ${S}/.tarball-version | ||
| 16 | } | ||
