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