mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
ref-manual: update DEV_PKG_DEPENDENCY in variables
Since release 4.1, the variable DEV_PKG_DEPENDENCY sets RRECOMMENDS instead of RDEPENDS for the -dev package on the main package, this change fixes the documentation to match the actual state Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr> (From yocto-docs rev: 0e0790e7bcf4ee2d31301b4351528eb124a1fe98) Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fdc5849e3c
commit
22af38b3d9
@@ -2004,9 +2004,9 @@ system and gives an overview of their function and contents.
|
||||
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.
|
||||
Provides an easy way for recipes to disable or adjust the runtime recommendation
|
||||
(:term:`RRECOMMENDS`) of the ``${PN}-dev`` package on the main
|
||||
(``${PN}``) package.
|
||||
|
||||
:term:`DISABLE_STATIC`
|
||||
Used in order to disable static linking by default (in order to save
|
||||
|
||||
Reference in New Issue
Block a user