All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dev-manual: correct note about virtual providers
@ 2021-08-30 15:37 Michael Opdenacker
  2021-08-31  8:19 ` [docs] " Quentin Schulz
  2021-08-31  9:16 ` Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Opdenacker @ 2021-08-30 15:37 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker, Robert P . J . Day

Fixes [YOCTO #14530]

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
 documentation/dev-manual/common-tasks.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index f3b5084436..dd015a761e 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2114,9 +2114,10 @@ The following lists specific examples of virtual providers:
 
 .. note::
 
-   Virtual providers only apply to build time dependencies specified with
-   :term:`PROVIDES` and :term:`DEPENDS`. They do not apply to runtime
-   dependencies specified with :term:`RPROVIDES` and :term:`RDEPENDS`.
+   Virtual providers can be applied not only to build time dependencies
+   specified with :term:`PROVIDES` and :term:`DEPENDS`, as show in the
+   example above, but also to runtime dependencies specified with
+   :term:`RPROVIDES` and :term:`RDEPENDS`.
 
 Properly Versioning Pre-Release Recipes
 ---------------------------------------
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-01 12:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 15:37 [PATCH] dev-manual: correct note about virtual providers Michael Opdenacker
2021-08-31  8:19 ` [docs] " Quentin Schulz
2021-08-31  9:16 ` Richard Purdie
2021-08-31  9:49   ` Quentin Schulz
2021-08-31 10:01     ` Richard Purdie
2021-08-31 16:56       ` Michael Opdenacker
2021-08-31 16:58         ` Richard Purdie
2021-08-31 17:09           ` Michael Opdenacker
2021-09-01 12:16       ` Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.