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>
This commit is contained in:
Patrick Ohly
2017-02-03 09:46:10 +01:00
committed by Armin Kuster
parent cdeabd9d78
commit b70a046ce4
+5
View File
@@ -5,6 +5,11 @@ SECTION = "apps"
DEPENDS = "libtasn1 fuse 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"
RDEPENDS_${PN} += "tpm-tools"
SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34"
SRC_URI = " \
git://github.com/stefanberger/swtpm.git \