From 0425ad3d9c0d61bcd0891a7155cd0ab13ac454ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 May 2013 02:03:39 +0200 Subject: [PATCH] p11-kit: initial add 0.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-openembedded rev: 13be7006d96c35987da92d760522c5eb5a97c199) Signed-off-by: Andreas Müller Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb diff --git a/meta-openembedded/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-openembedded/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb new file mode 100644 index 0000000..c5b6129 --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Provides a way to load and enumerate PKCS#11 modules" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" + +inherit autotools gettext pkgconfig + +DEPENDS = "libtasn1 libffi" + +SRC_URI = "http://p11-glue.freedesktop.org/releases/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab" +SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256" + +FILES_${PN}-dev += " \ + ${libdir}/p11-kit-proxy.so \ + ${libdir}/pkcs11/p11-kit-trust.so \ +" +FILES_${PN}-dev += "${libdir}/pkcs11/*.la" +FILES_${PN}-dbg += "${libdir}/pkcs11/.debug" -- 2.7.4