ref-manual: Updated the DEPENDS variable description

Fixes [YOCTO #10298]

Applied a small grammar fix to the description.

(From yocto-docs rev: d022a01af3f68e6e6311c47aef451e25bc8add5e)

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-26 09:03:45 -07:00 committed by Richard Purdie
parent b064c34f12
commit 75e60f17e6
1 changed files with 3 additions and 3 deletions

View File

@ -2800,10 +2800,10 @@
DEPENDS = "bar"
</literallayout>
The practical effect of the previous assignment is that
all files installed by <filename>bar</filename> will be
available in the appropriate staging sysroot given by the
all files installed by bar will be available in the
appropriate staging sysroot, given by the
<link linkend='var-STAGING_DIR'><filename>STAGING_DIR*</filename></link>
variables by the time the
variables, by the time the
<link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
task for <filename>foo</filename> runs.
This mechanism is implemented by having