All of lore.kernel.org
 help / color / mirror / Atom feed
* [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies
@ 2020-08-31 17:25 Joshua Watt
  2020-09-01  8:20 ` Nicolas Dechesne
  2020-09-16 15:55 ` Nicolas Dechesne
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Watt @ 2020-08-31 17:25 UTC (permalink / raw)
  To: docs; +Cc: Joshua Watt

From: Joshua Watt <Joshua.Watt@garmin.com>

Clarifies that virtual providers are only used for build time
dependencies specified with PROVIDES and DEPENDS, and do not apply to
runtime dependencies specified with RPROVIDES and RDEPENDS.

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
---
 documentation/dev-manual/dev-manual-common-tasks.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index c9b8a834c..a54379fef 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -2000,6 +2000,12 @@ The following lists specific examples of virtual providers:
 
 -  ``virtual/libgles2``: Provides ``glesv2.pc`` (i.e. libGLESv2).
 
+.. 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`.
+
 Properly Versioning Pre-Release Recipes
 ---------------------------------------
 
-- 
2.28.0


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

* Re: [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies
  2020-08-31 17:25 [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies Joshua Watt
@ 2020-09-01  8:20 ` Nicolas Dechesne
  2020-09-16 15:55 ` Nicolas Dechesne
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Dechesne @ 2020-09-01  8:20 UTC (permalink / raw)
  To: Joshua Watt; +Cc: docs, Joshua Watt

On Mon, Aug 31, 2020 at 7:25 PM Joshua Watt <JPEWhacker@gmail.com> wrote:
>
> From: Joshua Watt <Joshua.Watt@garmin.com>
>
> Clarifies that virtual providers are only used for build time
> dependencies specified with PROVIDES and DEPENDS, and do not apply to
> runtime dependencies specified with RPROVIDES and RDEPENDS.
>
> Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
> ---
>  documentation/dev-manual/dev-manual-common-tasks.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
> index c9b8a834c..a54379fef 100644
> --- a/documentation/dev-manual/dev-manual-common-tasks.rst
> +++ b/documentation/dev-manual/dev-manual-common-tasks.rst
> @@ -2000,6 +2000,12 @@ The following lists specific examples of virtual providers:
>
>  -  ``virtual/libgles2``: Provides ``glesv2.pc`` (i.e. libGLESv2).
>
> +.. 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`.

Thank you so much for sending it both versions of the doc patches
(docbook and sphinx). It's very much appreciated!

> +
>  Properly Versioning Pre-Release Recipes
>  ---------------------------------------
>
> --
> 2.28.0
>
> 

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

* Re: [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies
  2020-08-31 17:25 [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies Joshua Watt
  2020-09-01  8:20 ` Nicolas Dechesne
@ 2020-09-16 15:55 ` Nicolas Dechesne
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Dechesne @ 2020-09-16 15:55 UTC (permalink / raw)
  To: Joshua Watt; +Cc: docs, Joshua Watt

On Mon, Aug 31, 2020 at 7:25 PM Joshua Watt <JPEWhacker@gmail.com> wrote:
>
> From: Joshua Watt <Joshua.Watt@garmin.com>
>
> Clarifies that virtual providers are only used for build time
> dependencies specified with PROVIDES and DEPENDS, and do not apply to
> runtime dependencies specified with RPROVIDES and RDEPENDS.
>
> Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>

thanks. Pulled into the sphinx branch. It will be included in the next
release, once we merge in master.

> ---
>  documentation/dev-manual/dev-manual-common-tasks.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
> index c9b8a834c..a54379fef 100644
> --- a/documentation/dev-manual/dev-manual-common-tasks.rst
> +++ b/documentation/dev-manual/dev-manual-common-tasks.rst
> @@ -2000,6 +2000,12 @@ The following lists specific examples of virtual providers:
>
>  -  ``virtual/libgles2``: Provides ``glesv2.pc`` (i.e. libGLESv2).
>
> +.. 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`.
> +
>  Properly Versioning Pre-Release Recipes
>  ---------------------------------------
>
> --
> 2.28.0
>
> 

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

end of thread, other threads:[~2020-09-16 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 17:25 [docs][sphinx][PATCH] sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies Joshua Watt
2020-09-01  8:20 ` Nicolas Dechesne
2020-09-16 15:55 ` Nicolas Dechesne

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.