qemu: update to 6.2.0 and configure

This commit is contained in:
heitbaum 2021-12-15 09:51:33 +00:00
parent 8ef47d0867
commit fcaecd15fd

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="qemu"
PKG_VERSION="6.1.0"
PKG_SHA256="eebc089db3414bbeedf1e464beda0a7515aad30f73261abc246c9b27503a3c96"
PKG_VERSION="6.2.0"
PKG_SHA256="68e15d8e45ac56326e0b9a4afa8b49a3dfe8aba3488221d098c84698bca65b45"
PKG_LICENSE="GPL"
PKG_SITE="https://www.qemu.org"
PKG_URL="https://download.qemu.org/qemu-${PKG_VERSION}.tar.xz"
@ -22,6 +22,7 @@ pre_configure_host() {
--sbindir=${TOOLCHAIN}/sbin \
--sysconfdir=${TOOLCHAIN}/etc \
--enable-tools \
--enable-malloc=system \
--disable-attr \
--disable-auth-pam \
--disable-blobs \
@ -35,7 +36,6 @@ pre_configure_host() {
--disable-gnutls \
--disable-libxml2 \
--disable-system \
--disable-tcmalloc \
--disable-user \
--disable-vnc \
--disable-werror \