[Buildroot] [PATCH 1/2] package/qemu: do not use deprecated option

Alexey Neyman stilor at att.net
Wed Jul 21 19:46:04 UTC 2021


Qemu build fails with:

--disable-git-update deprecated, use --with-git-submodules=validate
ERROR: cannot validate git submodules without .git

Use --with-git-submodules=ignore instead.

Signed-off-by: Alexey Neyman <stilor at att.net>
---
 package/qemu/qemu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
-- 
2.27.0



More information about the buildroot mailing list