summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-05 09:40:11 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-05 09:40:11 +0800
commit487c89348d3179e32e9e7442fab472a8fa1ae4e6 (patch)
tree3c3c299f972a50c436232e8d7f299ebb7afc4c5e
parent35fb18863ade623076ca6e6821bdb3058d4c8edf (diff)
downloadmeta-secure-core-487c89348d3179e32e9e7442fab472a8fa1ae4e6.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.bb8
1 files changed, 6 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 1298e73..cdbaddd 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
@@ -19,7 +19,7 @@ PV = "0.6.0+git${SRCPV}"
19SRC_URI = "\ 19SRC_URI = "\
20 git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \ 20 git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \
21" 21"
22SRCREV = "5ee0580eb94dc9cb6629b6b5e6de0a3a2eef2b64" 22SRCREV = "55ffac41a08c49c0d202bd82bd8afe27d5b0f2ba"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
@@ -54,4 +54,8 @@ FILES_${PN}-initramfs = "\
54 /init.cryptfs \ 54 /init.cryptfs \
55" 55"
56 56
57RDEPENDS_${PN} += "libtss2 libtctidevice libtctisocket" 57RDEPENDS_${PN} += "\
58 libtss2 \
59 libtctidevice \
60 libtctisocket \
61"