diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-05-13 19:20:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-13 14:57:22 -0400 |
commit | 76ba46916797f4cee084c3ba98d50537172a6b7b (patch) | |
tree | 4b01f894a63af3b1bc8269cbee129839abe5d13a /recipes-ti/ti-softhsmv2 | |
parent | 0e804eb4d9f6e43de8753e893ea6b841949e0031 (diff) | |
download | meta-ti-76ba46916797f4cee084c3ba98d50537172a6b7b.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>
Diffstat (limited to 'recipes-ti/ti-softhsmv2')
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 12 |
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 @@ | |||
1 | DESCRIPTION = "TI softhsmv2 package" | 1 | DESCRIPTION = "TI softhsmv2 package" |
2 | LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib" | 2 | LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=700a883962ccff663f888f3f7221ce8f" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | mntdir = "/mnt" | 6 | mntdir = "/mnt" |
@@ -10,12 +10,12 @@ inherit autotools pkgconfig | |||
10 | DEPENDS = "openssl libdaemon zlib" | 10 | DEPENDS = "openssl libdaemon zlib" |
11 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" | 11 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" |
12 | 12 | ||
13 | BRANCH="master" | 13 | BRANCH="ti-softhsm-rebase" |
14 | SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" | 14 | SRC_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 |
16 | SRCREV = "c2688afb9373309751e640088705cb739997665d" | 16 | SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13" |
17 | PV = "1.3.0.4" | 17 | PV = "2.0.0.0" |
18 | PR = "r1" | 18 | PR = "r0" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||