diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 3bbb302640..26a261139d 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -259,7 +259,7 @@
RDEPENDS,
RRECOMMENDS,
RSUGGESTS,
- RPROVIDES,
+ RPROVIDES,
RCONFLICTS,
RREPLACES,
FILES,
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index eca8df64be..17fd63c5c5 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2970,6 +2970,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ RPROVIDES
+
+
+ A list of package name aliases that a package also provides.
+ These aliases are useful for satisfying runtime dependencies
+ of other packages both during the build and on the target
+ (as specified by
+ RDEPENDS).
+
+ A package's own name is implicitly already in its
+ RPROVIDES list.
+
+
+
+ As with all package-controlling variables, you must always
+ use the variable in conjunction with a package name override.
+ Here is an example:
+
+ RPROVIDES_${PN} = "widget-abi-2"
+
+
+
+
+
RRECOMMENDS