diff mbox series

bitbake-user-manual: revert change about PREFERRED_PROVIDERS

Message ID 20230620175300.1132976-1-michael.opdenacker@bootlin.com
State New
Headers show
Series bitbake-user-manual: revert change about PREFERRED_PROVIDERS | expand

Commit Message

Michael Opdenacker June 20, 2023, 5:53 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

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>
---
 .../bitbake-user-manual-ref-variables.rst                   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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 ee5d7ba8..2032157f 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1225,9 +1225,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::