diff mbox series

[wrynose,51/55] baremetal-helloworld: Fix override order

Message ID e1ce8b80c872c5ebca62ea886e76adcab977adb5.1783289522.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/55] bluez5: fix set volume failure | expand

Commit Message

Yoann Congal July 5, 2026, 10:41 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

In current state it does not work as intended.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a02059069443cfe0dc5860eae4aebba68b9a4ec4)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 .../baremetal-example/baremetal-helloworld_git.bb               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
index 43077160697..5af09d4a8f5 100644
--- a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
+++ b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
@@ -22,7 +22,7 @@  IMAGE_NAME_SUFFIX ?= ""
 inherit baremetal-image
 
 # startup code for x86 uses NASM syntax
-DEPENDS:qemux86:append = " nasm-native"
+DEPENDS:append:qemux86 = " nasm-native"
 
 # These parameters are app specific for this example
 # This will be translated automatically to the architecture and