From: Richard Purdie Date: Mon, 14 Aug 2023 11:39:56 +0000 (+0100) Subject: qemu: Upgrade 8.0.3 -> 8.0.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1789638d025447db8f28d71d119de85a696b09;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Upgrade 8.0.3 -> 8.0.4 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu-native_8.0.3.bb b/meta/recipes-devtools/qemu/qemu-native_8.0.4.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-native_8.0.3.bb rename to meta/recipes-devtools/qemu/qemu-native_8.0.4.bb diff --git a/meta/recipes-devtools/qemu/qemu-system-native_8.0.3.bb b/meta/recipes-devtools/qemu/qemu-system-native_8.0.4.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-system-native_8.0.3.bb rename to meta/recipes-devtools/qemu/qemu-system-native_8.0.4.bb diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index eaabc0e7066..ea02bf0c73d 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -33,7 +33,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ " UPSTREAM_CHECK_REGEX = "qemu-(?P\d+(\.\d+)+)\.tar" -SRC_URI[sha256sum] = "ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09" +SRC_URI[sha256sum] = "81c817dda38af958be5bef1a6cf55b658bb2d3fb87c1e6a571de6b7b2c44516c" SRC_URI:append:class-target = " file://cross.patch" SRC_URI:append:class-nativesdk = " file://cross.patch" diff --git a/meta/recipes-devtools/qemu/qemu_8.0.3.bb b/meta/recipes-devtools/qemu/qemu_8.0.4.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu_8.0.3.bb rename to meta/recipes-devtools/qemu/qemu_8.0.4.bb