[oe-commits] [bitbake] branch master updated: bitbake-user-manual: Fixed special character in -D output

git at git.openembedded.org git at git.openembedded.org
Mon Apr 3 21:32:35 UTC 2017


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 0476ec4  bitbake-user-manual: Fixed special character in -D output
0476ec4 is described below

commit 0476ec4605c94b9e0208cfd3fa48ecf3e3f04181
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Mon Apr 3 14:24:34 2017 -0700

    bitbake-user-manual: Fixed special character in -D output
    
    Fixes [YOCTO #9962]
    
    The new output for -D was copied into the manual and merged by
    the engineering team before checking to see if the manual
    would make properly.  The next output for -D introduced an
    error through the string "<task>".  The angled bracket
    characters are illegal in docbook and must be replaced by
    "&lt;" and "&gt;", respectively.  I made this fix.
    
    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-intro.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 5bbfc67..ca7f724 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -506,7 +506,7 @@
                              Read the specified file after bitbake.conf.
        -v, --verbose         Enable tracing of shell tasks (with 'set -x').
                              Also print bb.note(...) messages to stdout (in
-                             addition to writing them to ${T}/log.do_<task>).
+                             addition to writing them to ${T}/log.do_&lt;task&gt;).
        -D, --debug           Increase the debug level. You can specify this
                              more than once. -D sets the debug level to 1,
                              where only bb.debug(1, ...) messages are printed

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


More information about the Openembedded-commits mailing list