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: - ``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 ---------------------------------------