summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/p11-kit/p11-kit_0.22.1.bb')
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.22.1.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
index 38fa09bf9a..57798f4020 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
@@ -2,14 +2,19 @@ SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" 3LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
4 4
5inherit autotools gettext pkgconfig upstream-version-is-even gtk-doc 5inherit autotools gettext pkgconfig gtk-doc
6 6
7DEPENDS = "libtasn1 libffi" 7DEPENDS = "libtasn1 libffi"
8 8
9SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz" 9SRC_URI = "git://github.com/p11-glue/p11-kit \
10SRC_URI[md5sum] = "4e9bea1106628ffb820bdad24a819fac" 10 file://0001-LINGUAS-drop-the-languages-for-which-upstream-does-n.patch \
11SRC_URI[sha256sum] = "ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c" 11 "
12SRCREV = "bfb3bd47aa48983f5349479bca598403097ff81c"
13S = "${WORKDIR}/git"
14# exclude odd minor versions, which are development releases
15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
12 16
17AUTOTOOLS_AUXDIR = "${S}/build/litter"
13EXTRA_OECONF = "--without-trust-paths" 18EXTRA_OECONF = "--without-trust-paths"
14 19
15# This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags 20# This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags