qemu: update to 8.0.0

the --disable-blobs option to configure was deprecated in 6.2
and is replaced with --disable-install-blobs

ref: https://wiki.qemu.org/ChangeLog/6.2
This commit is contained in:
Rudi Heitbaum 2023-03-25 05:58:16 +00:00
parent f6ffa8beef
commit f0218957a1

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="qemu" PKG_NAME="qemu"
PKG_VERSION="7.2.0" PKG_VERSION="8.0.0"
PKG_SHA256="5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157" PKG_SHA256="bb60f0341531181d6cc3969dd19a013d0427a87f918193970d9adb91131e56d0"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://www.qemu.org" PKG_SITE="https://www.qemu.org"
PKG_URL="https://download.qemu.org/qemu-${PKG_VERSION}.tar.xz" PKG_URL="https://download.qemu.org/qemu-${PKG_VERSION}.tar.xz"
@ -25,7 +25,7 @@ pre_configure_host() {
--enable-malloc=system \ --enable-malloc=system \
--disable-attr \ --disable-attr \
--disable-auth-pam \ --disable-auth-pam \
--disable-blobs \ --disable-install-blobs \
--disable-capstone \ --disable-capstone \
--disable-curl \ --disable-curl \
--disable-debug-info \ --disable-debug-info \