ref-manual: Updated the DEPENDS variable description.

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>
This commit is contained in:
Scott Rifenbark 2016-09-23 09:01:10 -07:00 committed by Richard Purdie
parent 0d091dbd3e
commit e7e61507db
1 changed files with 2 additions and 2 deletions

View File

@ -2788,7 +2788,7 @@
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
Lists a recipe's build-time dependencies. 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 contents (e.g. headers and shared libraries) are needed
by the recipe at build time. by the recipe at build time.
</para> </para>
@ -2809,7 +2809,7 @@
This mechanism is implemented by having This mechanism is implemented by having
<filename>do_configure</filename> depend on the <filename>do_configure</filename> depend on the
<link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> <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 through a
<filename>[</filename><ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'><filename>deptask</filename></ulink><filename>]</filename> <filename>[</filename><ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'><filename>deptask</filename></ulink><filename>]</filename>
declaration in the declaration in the