summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <zhang.jia@linux.alibaba.com>2018-06-16 22:16:02 -0400
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-06-16 22:16:02 -0400
commita4fda23803ca429d041da7287888542cba59736c (patch)
treeb01e4b4df8877c8d276d21dd963139521826bc98
parent5497078ef4ff074f717c7cd7c4aaa0089e98a710 (diff)
downloadmeta-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.bb4
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
18DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native" 18DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native"
19 19
20PV = "0.6.2+git${SRCPV}" 20PV = "0.6.3+git${SRCPV}"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/jiazhang0/cryptfs-tpm2.git \ 23 git://github.com/jiazhang0/cryptfs-tpm2.git \
24" 24"
25SRCREV = "4a3eb44436184597ce9fc207d6b7fa7ce0690c62" 25SRCREV = "fb49abad57f7da72e94ed61b30fbf777400cf0a7"
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28