summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
diff options
context:
space:
mode:
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.bb4
1 files changed, 3 insertions, 1 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
index c539ecdbc6..5f1b73ee16 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
@@ -1,4 +1,6 @@
1SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" 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"
2LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" 5LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
4 6
@@ -8,7 +10,7 @@ DEPENDS = "libtasn1 libtasn1-native libffi"
8 10
9DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" 11DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
10 12
11SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23" 13SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23;protocol=https"
12SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee" 14SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee"
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
14 16