[oe-commits] [bitbake] 09/13: bitbake-user-manual: Fixed typo in the BBDEBUG variable description.

git at git.openembedded.org git at git.openembedded.org
Thu Jul 21 06:49:53 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 475e7611f6c5b884d86152cb0b334e9d96849608
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Sat Jul 16 12:04:57 2016 -0700

    bitbake-user-manual: Fixed typo in the BBDEBUG variable description.
    
    In the BBDEBUG variable description, the "-d" parameter needed to
    be "-D".  Fixed it.
    
    Fixes [YOCTO #9950]
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 4d8ee69..a152218 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1017,7 +1017,7 @@
             <glossdef>
                 <para>
                     Sets the BitBake debug output level to a specific value
-                    as incremented by the <filename>-d</filename> command line
+                    as incremented by the <filename>-D</filename> command line
                     option.
                     <note>
                         You must set this variable in the external environment

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


More information about the Openembedded-commits mailing list