[oe-commits] [bitbake] branch master updated: bitbake-user-manual: Added hard-spacing to "_remove" example.

git at git.openembedded.org git at git.openembedded.org
Wed Oct 31 21:41:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
     new 701f76f  bitbake-user-manual: Added hard-spacing to "_remove" example.
701f76f is described below

commit 701f76f773a6e77258f307a4f8e2ec1a8552f6f3
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Wed Oct 31 14:35:02 2018 -0700

    bitbake-user-manual: Added hard-spacing to "_remove" example.
    
    Rendering the manual to its HTML form was collapsing the two
    leading and four trailing whitespace characters into single
    whitespace characters.  I inserted multiple "&nbsp;" strings
    to force the spacing to come through.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 8bfa32b..2490f6e 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -352,8 +352,9 @@
      FOO2_remove = "abc def"
                 </literallayout>
                 The variable <filename>FOO</filename> becomes
-                "  789 123456    " and <filename>FOO2</filename> becomes
-                "  ghi abcdef    ".
+                "&nbsp;&nbsp;789 123456&nbsp;&nbsp;&nbsp;&nbsp;"
+                and <filename>FOO2</filename> becomes
+                "&nbsp;&nbsp;ghi abcdef&nbsp;&nbsp;&nbsp;&nbsp;".
             </para>
 
             <para>

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


More information about the Openembedded-commits mailing list