summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d66fe1b0c6..4fb1f64646 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9568,6 +9568,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9568 PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" 9568 PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
9569 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 9569 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
9570 </literallayout> 9570 </literallayout>
9571 <note>
9572 If you set <filename>PREFERRED_PROVIDER</filename>
9573 for a <filename>virtual/*</filename> item, then any
9574 recipe that
9575 <link linkend='var-PROVIDES'><filename>PROVIDES</filename></link>
9576 that item that is not selected by
9577 <filename>PREFERRED_PROVIDER</filename> is prevented
9578 from building, which is usually desirable since this
9579 mechanism is designed to select between mutually
9580 exclusive alternative providers.
9581 </note>
9571 </para> 9582 </para>
9572 </glossdef> 9583 </glossdef>
9573 </glossentry> 9584 </glossentry>