From fb804f739edfa0ce325a0f9ed10e5e75dd2b2d38 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 7 Jun 2013 16:26:56 +0300 Subject: ref-manual: updates to RDEPENDS and RM_WORK_EXLUDE variables. (From yocto-docs rev: 47906f7d9c8340457426892f0aa8ee2b44767fb5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a7635e07d4..833d3cf9dc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3042,23 +3042,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Lists a package's run-time dependencies (i.e. other packages) - that must be installed for the package to be built. - In other words, in order for the package to be built and - run correctly, it depends on the listed packages. - If a package in this list cannot be found, it is probable - that a dependency error would occur before the build. + that must be installed in order for the built package to run + correctly. + If a package in this list cannot be found during the build, + you will get a build error. The names of the packages you list within RDEPENDS must be the names of other packages - they cannot be recipe names. - - Although package names and recipe names usually match, - the important point here is that you are - providing package names within the - RDEPENDS variable. - + Although package names and recipe names usually match, + the important point here is that you are + providing package names within the + RDEPENDS variable. For an example of the default list of packages created from a recipe, see the PACKAGES @@ -3084,10 +3081,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - If the package with the dependency is one of the default - packages as listed in the - PACKAGES - variable, the package name you attach to the + The package name you attach to the RDEPENDS variable must appear as it would in the PACKAGES namespace before any renaming of the output package by @@ -3123,7 +3117,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" With rm_work enabled, this - variable specifies a list of packages whose work directories + variable specifies a list of recipes whose work directories should not be removed. See the "Removing Work Files During the Build - rm_work.bbclass" section for more details. -- cgit v1.2.3-54-g00ecf