[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1676/8267] bitbake: bitbake-user-manual: Applied some review comments
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1676/8267] bitbake: bitbake-user-manual: Applied some review comments
- Date: Sat, 16 Dec 2017 22:09:40 +0000 (UTC)
commit 41b49cadd3367b3afea6c30758f40c996bf9a97e
Author: Scott Rifenbark <srifenbark gmail com>
Date: Thu Jul 21 11:27:57 2016 -0700
bitbake: 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.
(Bitbake rev: d8ae3775eefe3f7b62fc26cae5b742ae83850c13)
Signed-off-by: Scott Rifenbark <srifenbark gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../bitbake-user-manual-metadata.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 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 f7b541d..fe04103 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]