[meta-ti] Sam Nelson : engine-pkcs11: Add recipe for PKCS11 engine
Arago Project git
git at arago-project.org
Thu Feb 19 13:46:10 PST 2015
Module: meta-ti
Branch: master
Commit: 25b2d8a992e74a181d249895e6be32f9e2fef8e8
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=25b2d8a992e74a181d249895e6be32f9e2fef8e8
Author: Sam Nelson <sam.nelson at ti.com>
Date: Wed Feb 11 05:04:35 2015 +0000
engine-pkcs11: Add recipe for PKCS11 engine
- Provides OpenSSL PKCS11 engine
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
new file mode 100644
index 0000000..226beac
--- /dev/null
+++ b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "OpenSSL PKCS11 engine"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=471dacb7f0586e35729f422b8098585f"
+SECTION = "libs"
+
+inherit autotools pkgconfig
+
+DEPENDS = "openssl libtool libp11"
+
+PV = "1.3.0.0"
+BRANCH="master"
+# Commit corresponds to DEV.ENGINE_PKCS11-01.03.00.00
+SRCREV = "0b14500b0ea8b37453b6d93aac02278465e7e732"
+
+SRC_URI = "git://git.ti.com/keystone-linux/engine-pkcs11.git;protocol=git;branch=${BRANCH}"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${libdir}/engines/*.so*"
+FILES_${PN}-dbg += "${libdir}/engines/.debug"
More information about the meta-ti
mailing list