]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Applied typo fix to "Override Style Operation Advantages"
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 1 Aug 2016 18:52:10 +0000 (11:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2016 14:22:15 +0000 (15:22 +0100)
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>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index ce0e84db0261fbf7c6a4d7662813c3359c52c51d..7ef848f006e2471eb322c688ba4f14c85c7769d5 100644 (file)
      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>