From: Antonin Godard <antonin.godard@bootlin.com>
To: bitbake-devel@lists.openembedded.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
docs@lists.yoctoproject.org,
Antonin Godard <antonin.godard@bootlin.com>
Subject: [PATCH] doc: bitbake-user-manual-metadata.rst: fix append example
Date: Tue, 28 Jul 2026 09:19:46 +0200 [thread overview]
Message-ID: <20260728-fix-append-example-v1-1-b590f9e91d38@bootlin.com> (raw)
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
next reply other threads:[~2026-07-28 7:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 7:19 Antonin Godard [this message]
2026-07-30 9:47 ` [bitbake-devel] [PATCH] doc: bitbake-user-manual-metadata.rst: fix append example Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260728-fix-append-example-v1-1-b590f9e91d38@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=docs@lists.yoctoproject.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox