[meta-ti] Sam Nelson : libp11: Add recipe for libp11
Arago Project git
git at arago-project.org
Tue Feb 10 12:54:05 PST 2015
Module: meta-ti
Branch: daisy
Commit: 24dab89ad8b7efa914621309ff3f951e0bb21fb1
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=24dab89ad8b7efa914621309ff3f951e0bb21fb1
Author: Sam Nelson <sam.nelson at ti.com>
Date: Wed Feb 11 02:50:56 2015 +0000
libp11: Add recipe for libp11
- Provides PKCS11 abstraction library
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-ti/libp11/libp11_git.bb | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb
new file mode 100644
index 0000000..459c751
--- /dev/null
+++ b/recipes-ti/libp11/libp11_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "PKCS11 abstraction library"
+LICENSE = "LGPL2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
+SECTION = "libs"
+
+inherit autotools pkgconfig
+
+DEPENDS = "openssl libtool"
+RDEPENDS_${PN} = "ti-softhsmv2"
+
+SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}"
+BRANCH="master"
+# Following commit corresponds to DEV.LIBP11-01.03.00.00
+SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33"
+PV = "1.3.0.0"
+
+S = "${WORKDIR}/git"
More information about the meta-ti
mailing list