summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"