From c81fd60784dd825398119f88a35975baae85ba30 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 7 Oct 2022 09:46:55 +1300 Subject: ref-manual: add DEV_PKG_DEPENDENCY New variable in 4.1. (From yocto-docs rev: 5be23dc56574697cf18cbc4f3b7130cefe84abfd) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation') 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. :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.) -- cgit v1.2.3-54-g00ecf