summaryrefslogtreecommitdiffstats
path: root/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/engine-pkcs11/engine-pkcs11_git.bb')
-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"