From: Joseph Burt Date: Thu, 24 Jun 2021 14:00:43 +0000 (+0000) Subject: package/qemu: replace old configure param with new equivalent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c339ec003743608b7d997b8582f4eafeaa3343e5;p=buildroot.git package/qemu: replace old configure param with new equivalent 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 Signed-off-by: Yann E. MORIN --- diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index e0f722cf42..470c285f16 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -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 \