- Provides PKCS11 abstraction. Used by Open SSL PKSC11 engine

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

diff --git a/meta-arago-extras/recipes-bsp/ti-libp11/ti-libp11_git.bb 
b/meta-arago-extras/recipes-bsp/ti-libp11/ti-libp11_git.bb
new file mode 100644
index 0000000..42336f5
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/ti-libp11/ti-libp11_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "PKCS11 abstraction library"
+LICENSE = "LGPL2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
+SECTION = "libs"
+PRIORITY = "optional"
+PROVIDES = "libp11"
+
+inherit autotools pkgconfig
+
+DEPENDS = "openssl libtool"
+RDEPENDS_${PN} = "ti-securestore"
+
+PV = "2.0.0"
+PR = "r0"
+BRANCH="master"
+# Following commit corresponds to DEV.SC-MCSDK-02.00.01.15
+SRCREV = "a7583ecf639daab533859c6129243a313ee7bceb"
+
+SRC_URI = 
"git://arago-project.org/git/projects/libp11.git;protocol=git;branch=${BRANCH}"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${libdir}/lib*.so*"
-- 
1.7.9.5

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

Reply via email to