]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the DEPENDS variable description.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 23 Sep 2016 16:01:10 +0000 (09:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 14:02:33 +0000 (15:02 +0100)
Small grammatical changes.

(From yocto-docs rev: efa1e9c3948f7dd240372a1a1c773286072fbccd)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 5dfbe8b641c188e44cb6af315e1f88d1d9c1c5ba..c5190c635cedbc2bc6f6222caab08fd42ba2a16c 100644 (file)
                 <para role="glossdeffirst">
 <!--                <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
                     Lists a recipe's build-time dependencies.
-                    These dependencies are on other recipes whose
+                    These are dependencies on other recipes whose
                     contents (e.g. headers and shared libraries) are needed
                     by the recipe at build time.
                 </para>
                     This mechanism is implemented by having
                     <filename>do_configure</filename> depend on the
                     <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
-                    task of each recipe listed in <filename>DEPENDS</filename>
+                    task of each recipe listed in <filename>DEPENDS</filename>,
                     through a
                     <filename>[</filename><ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'><filename>deptask</filename></ulink><filename>]</filename>
                     declaration in the