From 487c89348d3179e32e9e7442fab472a8fa1ae4e6 Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Wed, 5 Jul 2017 09:40:11 +0800 Subject: cryptfs-tpm2: sync up with upstream Signed-off-by: Lans Zhang --- .../recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 8 ++++++-- 1 file 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}" SRC_URI = "\ git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \ " -SRCREV = "5ee0580eb94dc9cb6629b6b5e6de0a3a2eef2b64" +SRCREV = "55ffac41a08c49c0d202bd82bd8afe27d5b0f2ba" S = "${WORKDIR}/git" @@ -54,4 +54,8 @@ FILES_${PN}-initramfs = "\ /init.cryptfs \ " -RDEPENDS_${PN} += "libtss2 libtctidevice libtctisocket" +RDEPENDS_${PN} += "\ + libtss2 \ + libtctidevice \ + libtctisocket \ +" -- cgit v1.2.3-54-g00ecf