diff options
| -rw-r--r-- | recipes-tpm/swtpm/swtpm_1.0.bb | 5 |
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 | ||
| 6 | DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native" | 6 | DEPENDS = "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 | ||
| 10 | DEPENDS += "tpm-tools-native" | ||
| 11 | RDEPENDS_${PN} += "tpm-tools" | ||
| 12 | |||
| 8 | SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34" | 13 | SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34" |
| 9 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 10 | git://github.com/stefanberger/swtpm.git \ | 15 | git://github.com/stefanberger/swtpm.git \ |
