]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the DEPENDS variable description
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 26 Sep 2016 16:03:45 +0000 (09:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 14:02:33 +0000 (15:02 +0100)
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>
documentation/ref-manual/ref-variables.xml

index c5190c635cedbc2bc6f6222caab08fd42ba2a16c..6551ff6b909ec24816d82d3f464795987493b37d 100644 (file)
      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