summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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>