From e90b2fb9dfef9c4921914f2804fa9512a51ece24 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 9 Apr 2013 14:03:26 +0100 Subject: [PATCH] ref-manual/ref-variables: add RSUGGESTS A bit of rewriting to tighten things up. (From yocto-docs rev: a2b30eb3fc6b6ef276f5b95aff0ddb7e2e26c8c3) Signed-off-by: Paul Eggleton Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 2 +- documentation/ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 83636a375b..3bbb302640 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -258,7 +258,7 @@ The runtime package specific variables RDEPENDS, RRECOMMENDS, - RSUGGESTS, + RSUGGESTS, RPROVIDES, RCONFLICTS, RREPLACES, diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1562316958..eca8df64be 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3031,6 +3031,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + RSUGGESTS + + + A list of additional packages that you can suggest the + package manager installs. + Not all package managers support this functionality. + + + As with all package-controlling variables, you must always + use this variable in conjunction with a package name + override. + Here is an example: + + RSUGGESTS_${PN} = "useful-package another-package" + + + + + S