summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ti/libp11/libp11_git.bb17
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 00000000..459c7519
--- /dev/null
+++ b/recipes-ti/libp11/libp11_git.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "PKCS11 abstraction library"
2LICENSE = "LGPL2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
4SECTION = "libs"
5
6inherit autotools pkgconfig
7
8DEPENDS = "openssl libtool"
9RDEPENDS_${PN} = "ti-softhsmv2"
10
11SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}"
12BRANCH="master"
13# Following commit corresponds to DEV.LIBP11-01.03.00.00
14SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33"
15PV = "1.3.0.0"
16
17S = "${WORKDIR}/git"