summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-05-13 19:20:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-13 14:57:02 -0400
commit6cc3e56407e281b29172540d4828699b2c391c2f (patch)
tree4b01f894a63af3b1bc8269cbee129839abe5d13a
parent0e804eb4d9f6e43de8753e893ea6b841949e0031 (diff)
downloadmeta-ti-6cc3e56407e281b29172540d4828699b2c391c2f.tar.gz
ti-softhsmv2: bump SRCREV to version to 2.0.0.0
* License checksum has changed due to an updated date in the LICENSE file Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index ea2eb3fd..7367211f 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "TI softhsmv2 package" 1DESCRIPTION = "TI softhsmv2 package"
2LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib" 2LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=700a883962ccff663f888f3f7221ce8f"
4SECTION = "libs" 4SECTION = "libs"
5 5
6mntdir = "/mnt" 6mntdir = "/mnt"
@@ -10,12 +10,12 @@ inherit autotools pkgconfig
10DEPENDS = "openssl libdaemon zlib" 10DEPENDS = "openssl libdaemon zlib"
11COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 11COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
12 12
13BRANCH="master" 13BRANCH="ti-softhsm-rebase"
14SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" 14SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04 15#Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00
16SRCREV = "c2688afb9373309751e640088705cb739997665d" 16SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13"
17PV = "1.3.0.4" 17PV = "2.0.0.0"
18PR = "r1" 18PR = "r0"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21