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>
This commit is contained in:
Paul Eggleton 2022-10-07 09:46:55 +13:00 committed by Richard Purdie
parent 776ec078c4
commit c81fd60784

View File

@ -1812,6 +1812,11 @@ system and gives an overview of their function and contents.
:term:`DESCRIPTION` takes the value of the :term:`SUMMARY`
variable.
:term:`DEV_PKG_DEPENDENCY`
Provides an easy way for recipes to disable or adjust the runtime
dependency (:term:`RDEPENDS`) of the ``${PN}-dev`` package on the main
(``${PN}``) package, particularly where the main package may be empty.
:term:`DISABLE_STATIC`
Used in order to disable static linking by default (in order to save
space, since static libraries are often unused in embedded systems.)