[oe-commits] [bitbake] 04/05: bitbake-user-manual: Fixes small typos for 'addtask' section

git at git.openembedded.org git at git.openembedded.org
Thu Oct 13 22:31:23 UTC 2016


rpurdie pushed a commit to branch 1.32
in repository bitbake.

commit ec99f168fd0d6feca67f2890917ba4829933c73b
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Tue Oct 11 07:59:46 2016 -0700

    bitbake-user-manual: Fixes small typos for 'addtask' section
    
    Fixes [YOCTO #10401]
    
    Applied some edits to various areas of the section.  These
    were minor in nature.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index fac54d3..c959469 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1553,7 +1553,7 @@
                 optionally describe dependencies between the
                 task and other tasks.
                 Here is an example that shows how to define a task
-                and to declare some dependencies:
+                and declare some dependencies:
                 <literallayout class='monospaced'>
      python do_printdate () {
          import time
@@ -1583,7 +1583,7 @@
                 results in the <filename>do_printdate</filename>
                 task running first.
                 <note>
-                    If you try out the previous example, you might see
+                    If you try out the previous example, you might see that
                     the <filename>do_printdate</filename> task is only run
                     the first time you build the recipe with
                     the <filename>bitbake</filename> command.
@@ -1618,7 +1618,7 @@
                 </literallayout>
                 In this example, assuming dependencies have not been
                 added through some other means, the only way to run
-                the task is by explicitly selecting it with the
+                the task is by explicitly selecting it with
                 <filename>bitbake</filename>&nbsp;<replaceable>recipe</replaceable>&nbsp;<filename>-c printdate</filename>.
                 You can use the
                 <filename>do_listtasks</filename> task to list all tasks

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


More information about the Openembedded-commits mailing list