summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-26 09:03:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:33 +0100
commit75e60f17e627afed862e5cc10aed5431c6a89fa0 (patch)
tree0953507ecc8b1a9d4ba2e40801a1657c15a79384 /documentation
parentb064c34f12877e0e5ec9d9633b684cf0e218aa60 (diff)
downloadpoky-75e60f17e627afed862e5cc10aed5431c6a89fa0.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c5190c635c..6551ff6b90 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2800,10 +2800,10 @@
2800 DEPENDS = "bar" 2800 DEPENDS = "bar"
2801 </literallayout> 2801 </literallayout>
2802 The practical effect of the previous assignment is that 2802 The practical effect of the previous assignment is that
2803 all files installed by <filename>bar</filename> will be 2803 all files installed by bar will be available in the
2804 available in the appropriate staging sysroot given by the 2804 appropriate staging sysroot, given by the
2805 <link linkend='var-STAGING_DIR'><filename>STAGING_DIR*</filename></link> 2805 <link linkend='var-STAGING_DIR'><filename>STAGING_DIR*</filename></link>
2806 variables by the time the 2806 variables, by the time the
2807 <link linkend='ref-tasks-configure'><filename>do_configure</filename></link> 2807 <link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
2808 task for <filename>foo</filename> runs. 2808 task for <filename>foo</filename> runs.
2809 This mechanism is implemented by having 2809 This mechanism is implemented by having