From 319d3d387161182069e6d1b3db17ccb539d097ed Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Aug 2016 11:52:10 -0700 Subject: 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 --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bitbake-user-manual') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index ce0e84db0..7ef848f00 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" 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). -- cgit 1.2.3-korg