package/qemu: replace old configure param with new equivalent
authorJoseph Burt <caseorum@gmail.com>
Thu, 24 Jun 2021 14:00:43 +0000 (14:00 +0000)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 24 Jul 2021 20:39:13 +0000 (22:39 +0200)
QEMU 6.0.0 replaces in [1] --(enable|disable)-git-update with
--with-git-submodules=(update|validate|ignore). "Disable" is now "ignore".

[1] https://lore.kernel.org/qemu-devel/20201016203857.62572-1-ddstreet@canonical.com/

Signed-off-by: Joseph Burt <caseorum@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/qemu/qemu.mk

index e0f722cf42a1710995d5261829afef57624ae998..470c285f168889832c4a4b216030748a1e4c1654 100644 (file)
@@ -198,7 +198,7 @@ define QEMU_CONFIGURE_CMDS
                        --disable-vhost-crypto \
                        --disable-libxml2 \
                        --disable-capstone \
-                       --disable-git-update \
+                       --with-git-submodules=ignore \
                        --disable-opengl \
                        --disable-vhost-user-blk-server \
                        --disable-virtiofsd \