summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2017-03-22 10:39:15 +0100
committerArmin Kuster <akuster808@gmail.com>2017-03-27 14:57:26 -0700
commit27d461b85c2a706ab1e6b78c7ec2a265d0620ac7 (patch)
treee5e72a7a869a5f442508ad064e0d736e34ce8f5c
parent3b343eb34d5a3b64845854b8cd1031c39a6c891c (diff)
downloadmeta-security-27d461b85c2a706ab1e6b78c7ec2a265d0620ac7.tar.gz
swtpm: depends on expect-native and socat-native
The configure script checks for expect and socat and fails when it is not present. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-tpm/swtpm/swtpm_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb
index 0d3bab0..7b9662a 100644
--- a/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -7,7 +7,7 @@ DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
7 7
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" 10DEPENDS += "tpm-tools-native expect-native socat-native"
11RDEPENDS_${PN} += "tpm-tools" 11RDEPENDS_${PN} += "tpm-tools"
12 12
13SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef" 13SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef"