summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index d224ed9978..777a91b81f 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -822,10 +822,18 @@
822 822
823 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> 823 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm>
824 <glossdef> 824 <glossdef>
825 <para>If multiple recipes provide an item, this variable 825 <para>
826 If multiple recipes provide an item, this variable
826 determines which recipe should be given preference. 827 determines which recipe should be given preference.
827 The variable should be set to the <filename>$PN</filename> of the recipe 828 The variable must always be suffixed with the name of the
828 to which you want to give precedence.</para> 829 provided item, and should be set to the
830 <filename>$PN</filename> of the recipe
831 to which you want to give precedence.
832 Here is an example:
833 <literallayout class='monospaced'>
834 PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
835 </literallayout>
836 </para>
829 </glossdef> 837 </glossdef>
830 </glossentry> 838 </glossentry>
831 839