summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-02-03 09:46:10 +0100
committerArmin Kuster <akuster808@gmail.com>2017-02-18 11:43:20 -0800
commitb70a046ce482627edab0c347259c3a25de277d09 (patch)
treed1d476dfed16917759e8dee88b78f5237c778441
parentcdeabd9d78db4731bcc1080b5ceda4f69fae57df (diff)
downloadmeta-security-b70a046ce482627edab0c347259c3a25de277d09.tar.gz
swtpm: depends on tpm-tools
The configure script checks for tpm_nvdefine from tpm-tools and fails when it is not present. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-tpm/swtpm/swtpm_1.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb
index d5a2a58..5283f5d 100644
--- a/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -5,6 +5,11 @@ SECTION = "apps"
5 5
6DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native" 6DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
7 7
8# configure checks for the tools already during compilation and
9# then swtpm_setup needs them at runtime
10DEPENDS += "tpm-tools-native"
11RDEPENDS_${PN} += "tpm-tools"
12
8SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34" 13SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34"
9SRC_URI = " \ 14SRC_URI = " \
10 git://github.com/stefanberger/swtpm.git \ 15 git://github.com/stefanberger/swtpm.git \