summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 337cfa3ed5..d3936935cd 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1230,9 +1230,9 @@ overview of their function and contents.
1230 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 1230 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
1231 1231
1232 :term:`PREFERRED_PROVIDERS` 1232 :term:`PREFERRED_PROVIDERS`
1233 A colon-separated list to determine which recipe should be given 1233 Determines which recipe should be given preference for cases where
1234 preference for cases where multiple recipes provide the same item. 1234 multiple recipes provide the same item. Functionally,
1235 Functionally, :term:`PREFERRED_PROVIDERS` is identical to 1235 :term:`PREFERRED_PROVIDERS` is identical to
1236 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable 1236 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable
1237 lets you define preferences for multiple situations using the following 1237 lets you define preferences for multiple situations using the following
1238 form:: 1238 form::