summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
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"