aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-06-20 19:53:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-21 09:03:00 +0100
commit0556c7bdc82cf665faa141989f2e07dd59517735 (patch)
tree10c65528dfa0cd5a61131113955393060d13f73d /doc/bitbake-user-manual
parentbee20cc624a1155376cf3c899dc5c6d850dacb2c (diff)
downloadbitbake-0556c7bdc82cf665faa141989f2e07dd59517735.tar.gz
bitbake-user-manual: revert change about PREFERRED_PROVIDERS
Partially reverting https://git.openembedded.org/bitbake/commit/?id=d1779e2f7789e516efae434b3781c981d0ef4ded Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc/bitbake-user-manual')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 337cfa3ed..d3936935c 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1230,9 +1230,9 @@ overview of their function and contents.
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
:term:`PREFERRED_PROVIDERS`
- A colon-separated list to determine which recipe should be given
- preference for cases where multiple recipes provide the same item.
- Functionally, :term:`PREFERRED_PROVIDERS` is identical to
+ Determines which recipe should be given preference for cases where
+ multiple recipes provide the same item. Functionally,
+ :term:`PREFERRED_PROVIDERS` is identical to
:term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable
lets you define preferences for multiple situations using the following
form::