summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b31408ca95..2f12677a34 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1844,9 +1844,9 @@ system and gives an overview of their function and contents.
1844 variable. 1844 variable.
1845 1845
1846 :term:`DEV_PKG_DEPENDENCY` 1846 :term:`DEV_PKG_DEPENDENCY`
1847 Provides an easy way for recipes to disable or adjust the runtime 1847 Provides an easy way for recipes to disable or adjust the runtime recommendation
1848 dependency (:term:`RDEPENDS`) of the ``${PN}-dev`` package on the main 1848 (:term:`RRECOMMENDS`) of the ``${PN}-dev`` package on the main
1849 (``${PN}``) package, particularly where the main package may be empty. 1849 (``${PN}``) package.
1850 1850
1851 :term:`DISABLE_STATIC` 1851 :term:`DISABLE_STATIC`
1852 Used in order to disable static linking by default (in order to save 1852 Used in order to disable static linking by default (in order to save