diff mbox series

[06/11] qemu: rename qemu-native and qemu-system-native recipes on version upgrades

Message ID 20240621103414.2842509-6-alex.kanavin@gmail.com
State New
Headers show
Series [01/11] devtool/upgrade: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS | expand

Commit Message

Alexander Kanavin June 21, 2024, 10:34 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/qemu/qemu_9.0.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/qemu/qemu_9.0.0.bb b/meta/recipes-devtools/qemu/qemu_9.0.0.bb
index dc1352232ef..da9b5bc679d 100644
--- a/meta/recipes-devtools/qemu/qemu_9.0.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_9.0.0.bb
@@ -25,3 +25,6 @@  PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
 "
 # ppc32 hosts are no longer supported in qemu
 COMPATIBLE_HOST:powerpc = "null"
+
+inherit recipe-upgrade-additional-rename
+RECIPE_UPGRADE_ADDITIONAL_RENAME = "qemu-native_{pv}.bb qemu-system-native_{pv}.bb"