aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-01 11:52:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-02 15:22:15 +0100
commita3cad8f0e0db9b2ad62ce0f2f1b0234cb9192f56 (patch)
treeee4b5714a024f28e9cdc4ebabc97122875609097 /bitbake/doc
parentae427fb097269ecbc15ed325cdd85ffab1b1e86a (diff)
downloadopenembedded-core-contrib-a3cad8f0e0db9b2ad62ce0f2f1b0234cb9192f56.tar.gz
bitbake: bitbake-user-manual: Applied typo fix to "Override Style Operation Advantages"
Fixes [YOCTO #9985] Fixed an operator typo from ":=" to "+=" in the note at the bottom of the section. (Bitbake rev: 319d3d387161182069e6d1b3db17ccb539d097ed) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index ce0e84db02..7ef848f006 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -334,7 +334,7 @@
FOO_append = "baz"
</literallayout>
The only effect of changing the second assignment in the
- previous example to use ":=" would be to add a space before
+ previous example to use "+=" would be to add a space before
"baz" in the appended value (due to how the "+=" operator
works).
</note>