* [PATCH] doc: quote the value in the named-checksum example
@ 2026-08-31 2:12 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2026-08-31 2:12 UTC (permalink / raw)
To: docs; +Cc: bitbake-devel
BitBake requires a quoted value.
AI-Generated: codex/claude opus 5 (xhigh)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index b96018a4edcf..476672bbb95b 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -123,7 +123,7 @@ in the previous example, or you can name the URLs. The following syntax
shows how you name the URIs::
SRC_URI = "http://example.com/foobar.tar.bz2;name=foo"
- SRC_URI[foo.md5sum] = 4a8e0f237e961fd7785d19d07fdb994d
+ SRC_URI[foo.md5sum] = "4a8e0f237e961fd7785d19d07fdb994d"
After a file has been downloaded and
has had its checksum checked, a ".done" stamp is placed in :term:`DL_DIR`.
--
2.50.0.173.g8b6f19ccfc3a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-31 2:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 2:12 [PATCH] doc: quote the value in the named-checksum example Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).