diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-02 10:56:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-03 07:47:36 +0100 |
commit | 7dfb9af8e0c683f71a4edb3b2574d7a137e7a58b (patch) | |
tree | 9c57674e20ed4076f72ee0dbef7b5707d55b738e /meta/recipes-devtools | |
parent | 0aa515cb705798952c6aeef3bcfdbaad05448634 (diff) | |
download | poky-7dfb9af8e0c683f71a4edb3b2574d7a137e7a58b.tar.gz |
qemu: Upgrade 9.0.1 -> 9.0.2
Update along the stable release series.
(From OE-Core rev: 64c2e0a378cf3341e164664925190cc87e41b2fc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-native_9.0.2.bb (renamed from meta/recipes-devtools/qemu/qemu-native_9.0.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb (renamed from meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_9.0.2.bb (renamed from meta/recipes-devtools/qemu/qemu_9.0.1.bb) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-native_9.0.2.bb index a77953529b..a77953529b 100644 --- a/meta/recipes-devtools/qemu/qemu-native_9.0.1.bb +++ b/meta/recipes-devtools/qemu/qemu-native_9.0.2.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb index 5d2fbcbc02..5d2fbcbc02 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4a15c97d93..f37b32985b 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -37,7 +37,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
37 | " | 37 | " |
38 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 38 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
39 | 39 | ||
40 | SRC_URI[sha256sum] = "d0f4db0fbd151c0cf16f84aeb2a500f6e95009732546f44dafab8d2049bbb805" | 40 | SRC_URI[sha256sum] = "a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6" |
41 | 41 | ||
42 | CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default." | 42 | CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default." |
43 | 43 | ||
diff --git a/meta/recipes-devtools/qemu/qemu_9.0.1.bb b/meta/recipes-devtools/qemu/qemu_9.0.2.bb index dc1352232e..dc1352232e 100644 --- a/meta/recipes-devtools/qemu/qemu_9.0.1.bb +++ b/meta/recipes-devtools/qemu/qemu_9.0.2.bb | |||