qemu: update to 8.0.4 (#9377)

* qemu: update to 8.0.4

* qemu: use python3
This commit is contained in:
davidkaroly
2023-11-02 20:12:46 +01:00
committed by GitHub
parent a37465b2e9
commit 093cf4dd67
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2003-2023 Fabrice Bellard"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.qemu.org/qemu-$portVersion.tar.xz"
CHECKSUM_SHA256="ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09"
CHECKSUM_SHA256="81c817dda38af958be5bef1a6cf55b658bb2d3fb87c1e6a571de6b7b2c44516c"
SOURCE_DIR="qemu-$portVersion"
PATCHES="
qemu-$portVersion.patchset
@@ -174,7 +174,7 @@ BUILD_PREREQUIRES="
cmd:iasl
cmd:pkg_config$secondaryArchSuffix
cmd:pod2man
cmd:python
cmd:python3
"
BUILD()