summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-10-20 01:41:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-10-22 12:57:42 -0400
commit7beba2b8a292fc868f816a96243c9b36287f804f (patch)
treeb08339f6cb86b1cd57b3a1350abf587eb5aad897 /recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
parent5f12d9f826344a8a27d9d77a4d1cb614ad4b8f2c (diff)
downloadmeta-ti-7beba2b8a292fc868f816a96243c9b36287f804f.tar.gz
ti-softhsmv2: Update to new version 1.3.0.4
- Update License checksum - Skip PR Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb')
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index 329fbaa6..c1e16545 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=55144a048ba54f211a1aaa38c7fd2424" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
4SECTION = "libs" 4SECTION = "libs"
5 5
6mntdir = "/mnt" 6mntdir = "/mnt"
@@ -12,10 +12,9 @@ COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
12 12
13BRANCH="master" 13BRANCH="master"
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.01 15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
16SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c" 16SRCREV = "c2688afb9373309751e640088705cb739997665d"
17PV = "1.3.0.1" 17PV = "1.3.0.4"
18PR = "r1"
19 18
20S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
21 20