summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-23 09:01:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:33 +0100
commite7e61507db67acdc0b24d7c554bb2b4b28e243f9 (patch)
tree933486a4b61ccc0ea4548c14cc8418ebce559651 /documentation
parent0d091dbd3e9a0ffa62d24197ac3248682448f4d2 (diff)
downloadpoky-e7e61507db67acdc0b24d7c554bb2b4b28e243f9.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5dfbe8b641..c5190c635c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2788,7 +2788,7 @@
2788 <para role="glossdeffirst"> 2788 <para role="glossdeffirst">
2789<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 2789<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
2790 Lists a recipe's build-time dependencies. 2790 Lists a recipe's build-time dependencies.
2791 These dependencies are on other recipes whose 2791 These are dependencies on other recipes whose
2792 contents (e.g. headers and shared libraries) are needed 2792 contents (e.g. headers and shared libraries) are needed
2793 by the recipe at build time. 2793 by the recipe at build time.
2794 </para> 2794 </para>
@@ -2809,7 +2809,7 @@
2809 This mechanism is implemented by having 2809 This mechanism is implemented by having
2810 <filename>do_configure</filename> depend on the 2810 <filename>do_configure</filename> depend on the
2811 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> 2811 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
2812 task of each recipe listed in <filename>DEPENDS</filename> 2812 task of each recipe listed in <filename>DEPENDS</filename>,
2813 through a 2813 through a
2814 <filename>[</filename><ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'><filename>deptask</filename></ulink><filename>]</filename> 2814 <filename>[</filename><ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'><filename>deptask</filename></ulink><filename>]</filename>
2815 declaration in the 2815 declaration in the