[yocto] [meta-security][PATCH 22/25] swtpm: update to tip for openssl 1.1 support

Armin Kuster akuster808 at gmail.com
Sun Sep 16 08:57:16 PDT 2018


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
index 7476020..e0c5ffe 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -8,9 +8,8 @@ DEPENDS = "libtasn1 expect socat glib-2.0 libtpm libtpm-native"
 # configure checks for the tools already during compilation and
 # then swtpm_setup needs them at runtime
 DEPENDS += "tpm-tools-native expect-native socat-native"
-RDEPENDS_${PN} += "tpm-tools"
 
-SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8"
+SRCREV = "66b42f52ef363998cb57f039889d59381d20bdf1"
 SRC_URI = "git://github.com/stefanberger/swtpm.git \
            file://fix_lib_search_path.patch \
            file://fix_fcntl_h.patch \
@@ -59,3 +58,5 @@ python() {
         'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
         raise bb.parse.SkipRecipe('Cuse enabled which requires meta-filesystems to be present.')
 }
+
+RDEPENDS_${PN} += "tpm-tools"
-- 
2.17.1



More information about the yocto mailing list