summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-14 06:01:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:34 +0100
commit7d208c1c77dbf079b66a28076174a08951b27549 (patch)
tree658e17c34f36103aab86c192140f527b455bd8b9 /documentation/ref-manual/ref-variables.xml
parentaba386b92cb1bd926a69f703587b133363374dee (diff)
downloadpoky-7d208c1c77dbf079b66a28076174a08951b27549.tar.gz
ref-manual: Applied review edits to auto added runtime deps
Fixes [YOCTO #10248] Applied some review changes. Minor wording tweaks and typo fixes. (From yocto-docs rev: a9e99c8b44c48c74448487187cebfe8df331e9e1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a10a0dca75..a97369dfad 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10493,10 +10493,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10493 the 10493 the
10494 <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_*</filename></link> 10494 <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_*</filename></link>
10495 tasks. 10495 tasks.
10496 Exactly how this is done depends on the package format used 10496 Exactly how this is done depends on which package format
10497 as described in the 10497 is used, which is determined by
10498 <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> 10498 <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>.
10499 variable.
10500 When the corresponding package manager installs the 10499 When the corresponding package manager installs the
10501 package, it will know to also install the packages on 10500 package, it will know to also install the packages on
10502 which it depends. 10501 which it depends.
@@ -10509,9 +10508,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10509 dependency to be added. 10508 dependency to be added.
10510 This dependency is from the recipe's 10509 This dependency is from the recipe's
10511 <link linkend='ref-tasks-build'><filename>do_build</filename></link> 10510 <link linkend='ref-tasks-build'><filename>do_build</filename></link>
10512 (not to be confused with the 10511 (not to be confused with
10513 <link linkend='ref-tasks-compile'><filename>do_compile</filename></link>) 10512 <link linkend='ref-tasks-compile'><filename>do_compile</filename></link>)
10514 task to the to the <filename>do_package_write_*</filename> 10513 task to the <filename>do_package_write_*</filename>
10515 task of the recipes that build <filename>bar</filename> and 10514 task of the recipes that build <filename>bar</filename> and
10516 <filename>baz</filename>. 10515 <filename>baz</filename>.
10517 </para> 10516 </para>