summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 693bf1b367..33441d9d5b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1812,6 +1812,11 @@ system and gives an overview of their function and contents.
1812 :term:`DESCRIPTION` takes the value of the :term:`SUMMARY` 1812 :term:`DESCRIPTION` takes the value of the :term:`SUMMARY`
1813 variable. 1813 variable.
1814 1814
1815 :term:`DEV_PKG_DEPENDENCY`
1816 Provides an easy way for recipes to disable or adjust the runtime
1817 dependency (:term:`RDEPENDS`) of the ``${PN}-dev`` package on the main
1818 (``${PN}``) package, particularly where the main package may be empty.
1819
1815 :term:`DISABLE_STATIC` 1820 :term:`DISABLE_STATIC`
1816 Used in order to disable static linking by default (in order to save 1821 Used in order to disable static linking by default (in order to save
1817 space, since static libraries are often unused in embedded systems.) 1822 space, since static libraries are often unused in embedded systems.)