]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Fixes small typos for 'addtask' section
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 11 Oct 2016 14:59:46 +0000 (07:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Oct 2016 22:29:25 +0000 (23:29 +0100)
Fixes [YOCTO #10401]

Applied some edits to various areas of the section.  These
were minor in nature.

(Bitbake rev: ec99f168fd0d6feca67f2890917ba4829933c73b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index fac54d34d3f50d58f83faf884fea72d68dbc7ca5..c959469576e4d522bc732c4459bdac61b7d93d76 100644 (file)
                 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
                 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.
                 </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