aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-22 16:18:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:33 +0100
commit0d091dbd3e9a0ffa62d24197ac3248682448f4d2 (patch)
tree0ddfc29df9688f3787f06c205000c62c5537b21e
parentbbc7a646ecbcbc5ab97a59a43df736e0f5edb3e0 (diff)
downloadopenembedded-core-contrib-0d091dbd3e9a0ffa62d24197ac3248682448f4d2.tar.gz
ref-manual: Applied small edits to the DEPENDS variable desc.
(From yocto-docs rev: 0ef73dc53a1d88689fdc88cd231b0fa72a6eee8b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 1ec804d100..5dfbe8b641 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2801,9 +2801,9 @@
</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 (i.e.
+ 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