summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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