mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
qemu.inc: Always disable compile time git updating
If the SRC_URI is switched to be git based, QEMU will automatically update itself at compile time for select git submodules. This by passes the bitbake git fetcher. These modules are always present in the release tarballs, so only are problematic when used with git based SRC_URIs. These switches will have no effect on a tarball based SRC_URI. (From OE-Core rev: 53b38a89fc7ccbceefd1a3a79bd376d9f6419565) Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f17f89e2f4
commit
0019f63da9
@@ -83,6 +83,8 @@ EXTRA_OECONF = " \
|
||||
--disable-strip \
|
||||
--disable-werror \
|
||||
--extra-cflags='${CFLAGS}' \
|
||||
--with-git=/bin/false \
|
||||
--disable-git-update \
|
||||
${PACKAGECONFIG_CONFARGS} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user