From e0bc128ea703070b5185f2dd38dcaf3a3c5eaaff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 11:53:55 -0700 Subject: ref-manual: Edits to RRECOMMENDS variable. (From yocto-docs rev: 9b560dbd8a4fd862accd4c99d8b6d5ef2a57ab5b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a8b2aa7661..9abfdced0d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2785,7 +2785,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RRECOMMENDS - A list of packages that extend the usability of a package being + A list of packages that extends the usability of a package being built. The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability. @@ -2810,8 +2810,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RRECOMMENDS_${PN}-dev += "<wireless_package_name>" - In the example, the package name (${PN}-dev) must - appear as it would in the + In the example, the package name + (${PN}-dev) + must appear as it would in the PACKAGES namespace before any renaming of the output package by classes like debian.bbclass. -- cgit v1.2.3-54-g00ecf