diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 14:07:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:15 +0100 |
commit | 6cb93be9be37dce87bfc7cf2f5c0883332681930 (patch) | |
tree | b7fef435756bfafb5c97a1a3f6ca9627c4f7d526 /documentation/ref-manual/ref-variables.xml | |
parent | e90b2fb9dfef9c4921914f2804fa9512a51ece24 (diff) | |
download | poky-6cb93be9be37dce87bfc7cf2f5c0883332681930.tar.gz |
ref-manual/ref-variables: add RPROVIDES
Added some key words to tighten things up.
(From yocto-docs rev: 8da0f8bd5c54c16e62c0f226d7473e32f3fb5928)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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> |