* [docs][PATCH] dev-manual: Clarify that virtual providers do not apply to runtime dependencies
@ 2020-08-31 17:20 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2020-08-31 17:20 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.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1f24c7343..479ca4f20 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3214,6 +3214,14 @@
</para></listitem>
</itemizedlist>
</para>
+ <note>
+ Virtual providers only apply to build time dependencies with
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-PROVIDES'><filename>PROVIDES</filename></ulink>
+ and <ulink url='&YOCTO_DOCS_REF_URL;#var-DEPENDS'><filename>DEPENDS</filename></ulink>.
+ They do not apply to runtime dependencies specified with
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-RPROVIDES'><filename>RPROVIDES</filename></ulink> and
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-RDEPENDS'><filename>RDEPENDS</filename></ulink>.
+ </note>
</section>
<section id='properly-versioning-pre-release-recipes'>
--
2.28.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-31 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 17:20 [docs][PATCH] dev-manual: Clarify that virtual providers do not apply to runtime dependencies Joshua Watt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox