summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-15 11:23:51 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commitd255fa5bfb46e201dfd2a9ad3c1fcc7db39be35d (patch)
treead4a74b4c3db6a6b8067841d2cbe5381c3ba969a
parent6faa2504efcde0a719e6d59918762e8d0ec13224 (diff)
downloadmeta-security-d255fa5bfb46e201dfd2a9ad3c1fcc7db39be35d.tar.gz
swtpm: update to tip for openssl 1.1 support
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb5
1 files 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"
8# configure checks for the tools already during compilation and 8# configure checks for the tools already during compilation and
9# then swtpm_setup needs them at runtime 9# then swtpm_setup needs them at runtime
10DEPENDS += "tpm-tools-native expect-native socat-native" 10DEPENDS += "tpm-tools-native expect-native socat-native"
11RDEPENDS_${PN} += "tpm-tools"
12 11
13SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8" 12SRCREV = "66b42f52ef363998cb57f039889d59381d20bdf1"
14SRC_URI = "git://github.com/stefanberger/swtpm.git \ 13SRC_URI = "git://github.com/stefanberger/swtpm.git \
15 file://fix_lib_search_path.patch \ 14 file://fix_lib_search_path.patch \
16 file://fix_fcntl_h.patch \ 15 file://fix_fcntl_h.patch \
@@ -59,3 +58,5 @@ python() {
59 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): 58 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
60 raise bb.parse.SkipRecipe('Cuse enabled which requires meta-filesystems to be present.') 59 raise bb.parse.SkipRecipe('Cuse enabled which requires meta-filesystems to be present.')
61} 60}
61
62RDEPENDS_${PN} += "tpm-tools"