[PATCH] doc: bitbake-user-manual-metadata.rst: fix append example

Antonin Godard <[email protected]> Tue, 28 Jul 2026 09:19:46 +0200
Newsgroups org.openembedded.lists.bitbake-devel,org.yoctoproject.lists.docs
Message-ID <[email protected]>
Add the missing whitespace in the combined override example, so it
matches the evaluation we give afterwards.

Signed-off-by: Antonin Godard <[email protected]>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 0c7c3ff99b2..de62fc3b219 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -608,7 +608,7 @@ variable.
 
       DEPENDS = "glibc ncurses"
       OVERRIDES = "machine:local"
-      DEPENDS:append:machine = "libmad"
+      DEPENDS:append:machine = " libmad"
 
    In this example, :term:`DEPENDS` becomes "glibc ncurses libmad".
 

---
base-commit: ee6143138f1cd810669c4057df2b24efe6f46f1a
change-id: 20260728-fix-append-example-a1062967afbc