summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJoshua Watt <Joshua.Watt@garmin.com>2020-08-31 12:25:53 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:35 +0100
commitf8b4bbda0316d2f1b276cb2ed2cf25422c418ac1 (patch)
tree461431328efbc25a49803c5e2b213b65073bebbd /documentation
parent74f212d2e1db87ccfecaf9385ab280123d5fb168 (diff)
downloadpoky-f8b4bbda0316d2f1b276cb2ed2cf25422c418ac1.tar.gz
sphinx: dev-manual: Clarify that virtual providers do not apply to runtime dependencies
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. (From yocto-docs rev: dbca49573ce5c5c006c97f79d1107eafee83dc10) Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 05060bb053..d3baa25162 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -2242,6 +2242,12 @@ The following lists specific examples of virtual providers:
2242 2242
2243- ``virtual/libgles2``: Provides ``glesv2.pc`` (i.e. libGLESv2). 2243- ``virtual/libgles2``: Provides ``glesv2.pc`` (i.e. libGLESv2).
2244 2244
2245.. note::
2246
2247 Virtual providers only apply to build time dependencies specified with
2248 :term:`PROVIDES` and :term:`DEPENDS`. They do not apply to runtime
2249 dependencies specified with :term:`RPROVIDES` and :term:`RDEPENDS`.
2250
2245Properly Versioning Pre-Release Recipes 2251Properly Versioning Pre-Release Recipes
2246--------------------------------------- 2252---------------------------------------
2247 2253