diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/migration.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 3bbb302640..26a261139d 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
| @@ -259,7 +259,7 @@ | |||
| 259 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>, | 259 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>, |
| 260 | <link linkend='var-RRECOMMENDS'><filename>RRECOMMENDS</filename></link>, | 260 | <link linkend='var-RRECOMMENDS'><filename>RRECOMMENDS</filename></link>, |
| 261 | <link linkend='var-RSUGGESTS'><filename>RSUGGESTS</filename></link>, | 261 | <link linkend='var-RSUGGESTS'><filename>RSUGGESTS</filename></link>, |
| 262 | <filename>RPROVIDES</filename>, | 262 | <link linkend='var-RPROVIDES'><filename>RPROVIDES</filename></link>, |
| 263 | <link linkend='var-RCONFLICTS'><filename>RCONFLICTS</filename></link>, | 263 | <link linkend='var-RCONFLICTS'><filename>RCONFLICTS</filename></link>, |
| 264 | <link linkend='var-RREPLACES'><filename>RREPLACES</filename></link>, | 264 | <link linkend='var-RREPLACES'><filename>RREPLACES</filename></link>, |
| 265 | <link linkend='var-FILES'><filename>FILES</filename></link>, | 265 | <link linkend='var-FILES'><filename>FILES</filename></link>, |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index eca8df64be..17fd63c5c5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -2970,6 +2970,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 2970 | </glossdef> | 2970 | </glossdef> |
| 2971 | </glossentry> | 2971 | </glossentry> |
| 2972 | 2972 | ||
| 2973 | <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm> | ||
| 2974 | <glossdef> | ||
| 2975 | <para> | ||
| 2976 | A list of package name aliases that a package also provides. | ||
| 2977 | These aliases are useful for satisfying runtime dependencies | ||
| 2978 | of other packages both during the build and on the target | ||
| 2979 | (as specified by | ||
| 2980 | <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename>). | ||
| 2981 | <note> | ||
| 2982 | A package's own name is implicitly already in its | ||
| 2983 | <filename>RPROVIDES</filename> list. | ||
| 2984 | </note> | ||
| 2985 | </para> | ||
| 2986 | <para> | ||
| 2987 | As with all package-controlling variables, you must always | ||
| 2988 | use the variable in conjunction with a package name override. | ||
| 2989 | Here is an example: | ||
| 2990 | <literallayout class='monospaced'> | ||
| 2991 | RPROVIDES_${PN} = "widget-abi-2" | ||
| 2992 | </literallayout> | ||
| 2993 | </para> | ||
| 2994 | </glossdef> | ||
| 2995 | </glossentry> | ||
| 2996 | |||
| 2973 | <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> | 2997 | <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> |
| 2974 | <glossdef> | 2998 | <glossdef> |
| 2975 | <para> | 2999 | <para> |
