From 3d8f1423fae3e3cceed7ab28034a91f65df8c0d1 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 20 Jun 2023 19:53:00 +0200 Subject: bitbake: bitbake-user-manual: revert change about PREFERRED_PROVIDERS Partially reverting https://git.openembedded.org/bitbake/commit/?id=d1779e2f7789e516efae434b3781c981d0ef4ded (Bitbake rev: 0556c7bdc82cf665faa141989f2e07dd59517735) Signed-off-by: Michael Opdenacker Reported-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 6 +++--- 1 file 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. 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:: -- cgit v1.2.3-54-g00ecf