summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu-src
diff options
context:
space:
mode:
authorSimon Rettberg2022-07-25 11:20:57 +0200
committerSimon Rettberg2022-07-25 11:20:57 +0200
commite792990dc6eb9d1a118ab24023a26d5973879692 (patch)
tree08528a684e0b34142eea796e5192de19be777c30 /core/modules/qemu-src
parent[vmware16] Bump to 16.2.4 (diff)
downloadmltk-e792990dc6eb9d1a118ab24023a26d5973879692.tar.gz
mltk-e792990dc6eb9d1a118ab24023a26d5973879692.tar.xz
mltk-e792990dc6eb9d1a118ab24023a26d5973879692.zip
[qemu-src] Make version overridable by global config
Diffstat (limited to 'core/modules/qemu-src')
-rw-r--r--core/modules/qemu-src/module.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu-src/module.conf b/core/modules/qemu-src/module.conf
index 3de2a5ec..d05b4fbb 100644
--- a/core/modules/qemu-src/module.conf
+++ b/core/modules/qemu-src/module.conf
@@ -1,7 +1,7 @@
#!/bin/bash
REQUIRED_GIT="
- https://gitlab.com/qemu-project/qemu.git||v6.1.0
+ https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v6.1.0}
"
# copy everything since there is a clean installation done by 'make install'