diff options
author | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-06-16 22:16:02 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-06-16 22:16:02 -0400 |
commit | a4fda23803ca429d041da7287888542cba59736c (patch) | |
tree | b01e4b4df8877c8d276d21dd963139521826bc98 | |
parent | 5497078ef4ff074f717c7cd7c4aaa0089e98a710 (diff) | |
download | meta-secure-core-a4fda23803ca429d041da7287888542cba59736c.tar.gz |
cryptfs-tpm2: update to 0.6.3
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-rw-r--r-- | meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb index c966aa4..084318f 100644 --- a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb +++ b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | |||
@@ -17,12 +17,12 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" | |||
17 | 17 | ||
18 | DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native" | 18 | DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native" |
19 | 19 | ||
20 | PV = "0.6.2+git${SRCPV}" | 20 | PV = "0.6.3+git${SRCPV}" |
21 | 21 | ||
22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
23 | git://github.com/jiazhang0/cryptfs-tpm2.git \ | 23 | git://github.com/jiazhang0/cryptfs-tpm2.git \ |
24 | " | 24 | " |
25 | SRCREV = "4a3eb44436184597ce9fc207d6b7fa7ce0690c62" | 25 | SRCREV = "fb49abad57f7da72e94ed61b30fbf777400cf0a7" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||