From e792990dc6eb9d1a118ab24023a26d5973879692 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 25 Jul 2022 11:20:57 +0200 Subject: [qemu-src] Make version overridable by global config --- core/modules/qemu-src/module.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/qemu-src') 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' -- cgit v1.2.3-55-g7522