* [PATCH] doc: bitbake-user-manual-metadata.rst: fix append example
@ 2026-07-28 7:19 Antonin Godard
2026-07-30 9:47 ` [bitbake-devel] " Quentin Schulz
0 siblings, 1 reply; 2+ messages in thread
From: Antonin Godard @ 2026-07-28 7:19 UTC (permalink / raw)
To: bitbake-devel; +Cc: Thomas Petazzoni, docs, Antonin Godard
Add the missing whitespace in the combined override example, so it
matches the evaluation we give afterwards.
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-30 9:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 7:19 [PATCH] doc: bitbake-user-manual-metadata.rst: fix append example Antonin Godard
2026-07-30 9:47 ` [bitbake-devel] " Quentin Schulz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox