- Provides OpenSSL PKSC11 engine implementation to access
  PKCS#11 token

Signed-off-by: Sam Nelson <[email protected]>
---
 .../ti-engine-pkcs/ti-engine-pkcs_git.bb           |   21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-bsp/ti-engine-pkcs/ti-engine-pkcs_git.bb

diff --git a/meta-arago-extras/recipes-bsp/ti-engine-pkcs/ti-engine-pkcs_git.bb 
b/meta-arago-extras/recipes-bsp/ti-engine-pkcs/ti-engine-pkcs_git.bb
new file mode 100644
index 0000000..41625c3
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/ti-engine-pkcs/ti-engine-pkcs_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "OpenSSL PKCS11 engine"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = 
"file://src/engine_pkcs11.h;startline=1;endline=26;md5=471dacb7f0586e35729f422b8098585f"
+SECTION = "libs"
+PRIORITY = "optional"
+
+inherit autotools pkgconfig
+
+DEPENDS = "openssl libtool libp11"
+
+PV = "2.0.2"
+PR = "r0"
+BRANCH="master"
+# Commit corresponds to DEV.SC-MCSDK-02.00.02.16P1.1
+SRCREV = "a0bab66a2731f077e3b1e3e91315f6467a5a848e"
+
+SRC_URI = 
"git://arago-project.org/git/projects/engine-pkcs11.git;protocol=git;branch=${BRANCH}"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${libdir}/engines/*.so*"
+FILES_${PN}-dbg += "${libdir}/engines/.debug"
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to