diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 11:41:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:41 +0100 |
commit | f13352f90cadc86f48fbc696b19611e3acde7121 (patch) | |
tree | e3b1701a686fbf93f983b5f5ea2565f5cfbcca28 /documentation/ref-manual/ref-variables.xml | |
parent | 465f39a7f6983e60e27ddd4cb29fff92ec5f176c (diff) | |
download | poky-f13352f90cadc86f48fbc696b19611e3acde7121.tar.gz |
ref-manual: Edits to PREFERRED_PROVIDER variable.
(From yocto-docs rev: 1875121738e199ce99739daadf9a95f61da36a42)
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c82fe31890..e6e8613973 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2659,10 +2659,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2659 | <para> | 2659 | <para> |
2660 | If multiple recipes provide an item, this variable | 2660 | If multiple recipes provide an item, this variable |
2661 | determines which recipe should be given preference. | 2661 | determines which recipe should be given preference. |
2662 | The variable must always be suffixed with the name of the | 2662 | You should always suffix the variable with the name of the |
2663 | provided item, and should be set to the | 2663 | provided item, and you should set it to the |
2664 | <filename>PN</filename> of the recipe | 2664 | <link linkend='var-PN'><filename>PN</filename></link> |
2665 | to which you want to give precedence. | 2665 | of the recipe to which you want to give precedence. |
2666 | Here is an example: | 2666 | Here is an example: |
2667 | <literallayout class='monospaced'> | 2667 | <literallayout class='monospaced'> |
2668 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" | 2668 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" |