summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-10-20 01:42:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-10-19 17:11:27 -0400
commit4816b46a9681a9fdfd30fbdab9b11cc5b1775772 (patch)
treeaf03360a65cc279b1b80ba356206977729f66175 /recipes-ti
parent8d9332046550857221316262b6f47ab88938a8a7 (diff)
downloadmeta-ti-4816b46a9681a9fdfd30fbdab9b11cc5b1775772.tar.gz
engine-pkcs11: Update to new version 1.3.0.1
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/engine-pkcs11/engine-pkcs11_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
index 226beaca..bd03449a 100644
--- a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
+++ b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
@@ -7,10 +7,11 @@ inherit autotools pkgconfig
7 7
8DEPENDS = "openssl libtool libp11" 8DEPENDS = "openssl libtool libp11"
9 9
10PV = "1.3.0.0"
11BRANCH="master" 10BRANCH="master"
12# Commit corresponds to DEV.ENGINE_PKCS11-01.03.00.00 11
13SRCREV = "0b14500b0ea8b37453b6d93aac02278465e7e732" 12PV = "1.3.0.1"
13# Commit corresponds to DEV.ENGINE_PKCS11-01.03.00.01
14SRCREV = "56ac060e2245907a442376d586924af26ed7e478"
14 15
15SRC_URI = "git://git.ti.com/keystone-linux/engine-pkcs11.git;protocol=git;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/keystone-linux/engine-pkcs11.git;protocol=git;branch=${BRANCH}"
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"