diff options
| author | Simon Rettberg | 2024-06-27 17:10:56 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-06-27 17:10:56 +0200 |
| commit | 4bfbb1ba3cd71afeea3bb75994333176b322671d (patch) | |
| tree | c499fc0b97237a8006f68a97f5246cb202fb2b9b | |
| parent | [qemu] Improve finding a fallback os machine type if no perfect match (diff) | |
| download | mltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.tar.gz mltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.tar.xz mltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.zip | |
[swtpm] Make versions configurable
| -rw-r--r-- | core/modules/swtpm/module.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/swtpm/module.conf b/core/modules/swtpm/module.conf index 2378ebb4..f5e69dbb 100644 --- a/core/modules/swtpm/module.conf +++ b/core/modules/swtpm/module.conf @@ -1,8 +1,8 @@ #!/bin/bash REQUIRED_GIT=" - https://github.com/stefanberger/libtpms.git||v0.9.0 - https://github.com/stefanberger/swtpm.git||v0.6.1 + https://github.com/stefanberger/libtpms.git||${CONFIG_LIBTPMS_VERSION:-v0.9.0} + https://github.com/stefanberger/swtpm.git||${CONFIG_SWTPM_VERSION:-v0.6.1} " # copy everything since there is a clean installation done by 'make install' |
