summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-07 09:46:55 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:56 +0100
commitc81fd60784dd825398119f88a35975baae85ba30 (patch)
tree0d312a965e0de0b8e46ba76e6f780f4da94e83b9 /documentation
parent776ec078c4cff908790b660686bf2c9663e2b379 (diff)
downloadpoky-c81fd60784dd825398119f88a35975baae85ba30.tar.gz
ref-manual: add DEV_PKG_DEPENDENCY
New variable in 4.1. (From yocto-docs rev: 5be23dc56574697cf18cbc4f3b7130cefe84abfd) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.)