mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
p11-kit: upgrade 0.23.18.1 -> 0.23.20
(From OE-Core rev: acc7e393e8e6f0a3d6fda6a34a3d5b04784cbe34) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7cf4ea2d60
commit
80c58fdbea
@@ -2,14 +2,14 @@ SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
|
||||
|
||||
inherit meson gettext pkgconfig gtk-doc
|
||||
inherit meson gettext pkgconfig gtk-doc bash-completion
|
||||
|
||||
DEPENDS = "libtasn1 libtasn1-native libffi"
|
||||
|
||||
DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
|
||||
|
||||
SRC_URI = "git://github.com/p11-glue/p11-kit"
|
||||
SRCREV = "b0ebe7555c291808db29377ba79cb8326301f0a6"
|
||||
SRCREV = "762cdaa2cd5c5ec09cc844f9a6bdc551c7f6c8ed"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
Reference in New Issue
Block a user