diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-16 11:20:18 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-16 11:20:18 +0800 |
commit | ead58497c844923821b6b33078c303674cc00d82 (patch) | |
tree | 42a50e58ac9cd658e0c213fb83853c1dc63cd719 | |
parent | b7705a7587d3dd7777ee5378b67651d991e31809 (diff) | |
download | meta-secure-core-ead58497c844923821b6b33078c303674cc00d82.tar.gz |
cryptfs-tpm2: sync up with upstream
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 2 |
1 files changed, 1 insertions, 1 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 a9837f9..97c0fbd 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 | |||
@@ -22,7 +22,7 @@ PV = "0.6.0+git${SRCPV}" | |||
22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
23 | git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \ | 23 | git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \ |
24 | " | 24 | " |
25 | SRCREV = "eebf1c561b459c04e519326344f91182ecbba334" | 25 | SRCREV = "cf736b0fe06e8ce46232e9bc6f24817405f902b9" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||