[oe-commits] [bitbake] 09/09: bitbake-user-manual: Applied typo fix to "Override Style Operation Advantages"

git at git.openembedded.org git at git.openembedded.org
Tue Aug 2 14:23:05 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 319d3d387161182069e6d1b3db17ccb539d097ed
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Mon Aug 1 11:52:10 2016 -0700

    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.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index ce0e84d..7ef848f 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list