[oe-commits] [bitbake] 05/09: bitbake-user-manual: Applied some review comments

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


rpurdie pushed a commit to branch master
in repository bitbake.

commit d8ae3775eefe3f7b62fc26cae5b742ae83850c13
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Thu Jul 21 11:27:57 2016 -0700

    bitbake-user-manual: Applied some review comments
    
    Fixes [YOCTO #9985]
    
    Fixed some problems with the changes.  A small typo for an
    example and added a clarifying operator in another sentence.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index f7b541d..fe04103 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -323,8 +323,9 @@
      FOO_append = "baz"
                     </literallayout>
                     The only effect of changing the second assignment in the
-                    previous example is to add a space before "baz" in the
-                    appended value (due to how the "+=" operator works.
+                    previous example to use ":=" would be to add a space before
+                    "baz" in the appended value (due to how the "+=" operator
+                    works).
                 </note>
                 Another advantage of the override style operations is that
                 you can combine them with other overrides as described in the
@@ -639,7 +640,7 @@
                 to "Z", and then further appended with
                 "X" leaving the variable set to "ZX".
                 Finally, applying the override for "foo" results in the conditional
-                variable <filename>A</filename> becoming "Z X" (i.e.
+                variable <filename>A</filename> becoming "ZX" (i.e.
                 <filename>A</filename> is replaced with <filename>A_foo</filename>).
             </para>
 

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


More information about the Openembedded-commits mailing list