qemu: update to 8.1.0

Changelog:
- https://wiki.qemu.org/ChangeLog
This commit is contained in:
Rudi Heitbaum 2023-07-30 13:10:46 +00:00
parent 10af5ec8a6
commit a355e366a6
2 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="qemu"
PKG_VERSION="8.0.3"
PKG_SHA256="ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09"
PKG_VERSION="8.1.0"
PKG_SHA256="710c101198e334d4762eef65f649bc43fa8a5dd75303554b8acfec3eb25f0e55"
PKG_LICENSE="GPL"
PKG_SITE="https://www.qemu.org"
PKG_URL="https://download.qemu.org/qemu-${PKG_VERSION}.tar.xz"

View File

@ -0,0 +1,11 @@
--- a/configure 2023-07-27 09:58:05.337334830 +0000
+++ b/configure 2023-07-27 09:57:58.300630393 +0000
@@ -950,6 +950,8 @@
mkvenv_flags="--online"
fi
+ln -s ${source_path}/../../toolchain/bin/meson pyvenv/bin/meson
+
if ! $mkvenv ensure \
$mkvenv_flags \
--dir "${source_path}/python/wheels" \