From 7d208c1c77dbf079b66a28076174a08951b27549 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Sep 2016 06:01:15 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') 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" the do_package_write_* tasks. - Exactly how this is done depends on the package format used - as described in the - PACKAGE_CLASSES - variable. + Exactly how this is done depends on which package format + is used, which is determined by + PACKAGE_CLASSES. When the corresponding package manager installs the package, it will know to also install the packages on which it depends. @@ -10509,9 +10508,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" dependency to be added. This dependency is from the recipe's do_build - (not to be confused with the + (not to be confused with do_compile) - task to the to the do_package_write_* + task to the do_package_write_* task of the recipes that build bar and baz. -- cgit v1.2.3-54-g00ecf