diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-01 11:52:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-02 15:22:15 +0100 |
commit | a3cad8f0e0db9b2ad62ce0f2f1b0234cb9192f56 (patch) | |
tree | ee4b5714a024f28e9cdc4ebabc97122875609097 /bitbake/doc | |
parent | ae427fb097269ecbc15ed325cdd85ffab1b1e86a (diff) | |
download | poky-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.xml | 2 |
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 @@ | |||
334 | FOO_append = "baz" | 334 | FOO_append = "baz" |
335 | </literallayout> | 335 | </literallayout> |
336 | The only effect of changing the second assignment in the | 336 | The only effect of changing the second assignment in the |
337 | previous example to use ":=" would be to add a space before | 337 | previous example to use "+=" would be to add a space before |
338 | "baz" in the appended value (due to how the "+=" operator | 338 | "baz" in the appended value (due to how the "+=" operator |
339 | works). | 339 | works). |
340 | </note> | 340 | </note> |