From f95a0b0029548eaa981062164adb41afb52c0160 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 2 Sep 2020 23:13:19 +0200 Subject: p11-kit: upgrade 0.23.20 -> 0.23.21 (From OE-Core rev: 6e811db2f614500f16415fc09801f229968428e7) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/p11-kit/p11-kit_0.23.21.bb | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11-kit_0.23.21.bb (limited to 'meta/recipes-support/p11-kit/p11-kit_0.23.21.bb') diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.21.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.21.bb new file mode 100644 index 0000000000..b1fd2334b2 --- /dev/null +++ b/meta/recipes-support/p11-kit/p11-kit_0.23.21.bb @@ -0,0 +1,29 @@ +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 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 = "fd8b56f3ee971f94dc6fc95411fc01e1c12153ab" +S = "${WORKDIR}/git" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" + +GTKDOC_MESON_OPTION = 'gtk_doc' + +FILES_${PN} += " \ + ${libdir}/p11-kit-proxy.so \ + ${libdir}/pkcs11/*.so \ + ${libdir}/pkcs11/*.la \ + ${systemd_user_unitdir}/*" + +# PN contains p11-kit-proxy.so, a symlink to a loadable module +INSANE_SKIP_${PN} = "dev-so" + +BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf