summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-06-09 08:36:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-11 23:50:59 +0100
commit6e02a83ac764d730f36cb32a2f4fcffd10120842 (patch)
tree2e68dcdb1e5431d4644af559185c12423cd41000 /meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
parent729f07fa6ec0fbcbadd8e35aa664c4248d643c46 (diff)
downloadpoky-6e02a83ac764d730f36cb32a2f4fcffd10120842.tar.gz
p11-kit: upgrade 0.23.22 -> 0.23.24
* Use inclusive language on certificate distrust. Note: This changes the directory and attribute names to distrust certain CAs to "blocklist" [#324] * Fix issues spotted by coverity and ASan [#349, #351] * Integrate gettext with tools more tightly [#358] * rpc: Forbid use of array of attributes [#365, #367] * Build fixes [#342, #344, #345, #353, #362, #364] (From OE-Core rev: 8bf6e76256e14f11a8ea4a240810280a479a1f57) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/p11-kit/p11-kit_0.23.22.bb')
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.23.22.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
deleted file mode 100644
index 623afccb5e..0000000000
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
2DESCRIPTION = " Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process."
3HOMEPAGE = "https://p11-glue.github.io/p11-glue/p11-kit.html"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
6
7inherit meson gettext pkgconfig gtk-doc bash-completion manpages
8
9DEPENDS = "libtasn1 libtasn1-native libffi"
10
11DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
12
13SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23"
14SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee"
15S = "${WORKDIR}/git"
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
19PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
20
21GTKDOC_MESON_OPTION = 'gtk_doc'
22
23FILES_${PN} += " \
24 ${libdir}/p11-kit-proxy.so \
25 ${libdir}/pkcs11/*.so \
26 ${libdir}/pkcs11/*.la \
27 ${systemd_user_unitdir}/*"
28
29# PN contains p11-kit-proxy.so, a symlink to a loadable module
30INSANE_SKIP_${PN} = "dev-so"
31
32BBCLASSEXTEND = "nativesdk"