From: Joseph Burt <caseorum@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent
Date: Thu, 24 Jun 2021 14:00:43 +0000 [thread overview]
Message-ID: <20210624140043.60902-1-caseorum@gmail.com> (raw)
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 at canonical.com/
Signed-off-by: Joseph Burt <caseorum@gmail.com>
---
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.32.0
next reply other threads:[~2021-06-24 14:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-24 14:00 Joseph Burt [this message]
2021-07-24 20:40 ` [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210624140043.60902-1-caseorum@gmail.com \
--to=caseorum@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.