diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
1 files changed, 24 insertions, 0 deletions
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> |
