summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-06-27 17:10:56 +0200
committerSimon Rettberg2024-06-27 17:10:56 +0200
commit4bfbb1ba3cd71afeea3bb75994333176b322671d (patch)
treec499fc0b97237a8006f68a97f5246cb202fb2b9b /core
parent[qemu] Improve finding a fallback os machine type if no perfect match (diff)
downloadmltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.tar.gz
mltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.tar.xz
mltk-4bfbb1ba3cd71afeea3bb75994333176b322671d.zip
[swtpm] Make versions configurable
Diffstat (limited to 'core')
-rw-r--r--core/modules/swtpm/module.conf4
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'