1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-19 00:11:27 +01:00

bump qemu-guest-agent to 8.0.5 (#2846)

This commit is contained in:
Jens Maus
2023-10-23 10:30:43 +02:00
committed by GitHub
parent 58accf39d7
commit f977067c18
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
QEMU_GUEST_AGENT_VERSION = 7.2.0
QEMU_GUEST_AGENT_VERSION = 8.0.5
QEMU_GUEST_AGENT_SOURCE = qemu-$(QEMU_GUEST_AGENT_VERSION).tar.xz
QEMU_GUEST_AGENT_SITE = http://download.qemu.org
QEMU_GUEST_AGENT_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
@@ -85,7 +85,6 @@ define QEMU_GUEST_AGENT_CONFIGURE_CMDS
--disable-glusterfs \
--disable-tpm \
--disable-numa \
--disable-blobs \
--disable-capstone \
--disable-tcg-interpreter \
--enable-tools \