From 37f7820d4d27650c94379acd25d4cd4666a2c97a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Mar 2014 04:59:29 -0600 Subject: bitbake: user-manual-metadata.xml: Edits to "Basic Variable Setting" Fixes [YOCTO #5507] I applied some edits from Richard's review to the fix for handling variable setting. Moved the new section I created into the existing "Basic Variable Setting" section. (Bitbake rev: 0d63589abfa6b353f3b456a9a91de4dd98eb3965) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/user-manual/user-manual-metadata.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/user-manual/user-manual-metadata.xml index 9cd1a9d922..cd5736e839 100644 --- a/bitbake/doc/user-manual/user-manual-metadata.xml +++ b/bitbake/doc/user-manual/user-manual-metadata.xml @@ -36,14 +36,7 @@ VARIABLE = " value" VARIABLE = "value " - - - -
- Null and Blank Variable Setting - - - Setting VARIABLE to "" sets it to null, + Setting VARIABLE to "" sets it to an empty string, while setting the variable to " " sets it to a blank space (i.e. these are not the same values). -- cgit v1.2.3-54-g00ecf