summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorFawzi KHABER <fawzi.khaber@smile.fr>2023-02-23 11:36:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 15:43:25 +0000
commit22af38b3d9e97e5506832c5c0faadd6df747cdb7 (patch)
tree6887ca0f600a5b3a7835456f675ef8c5bb23df57 /documentation
parentfdc5849e3cf01c6212060b0798c477f0f966f717 (diff)
downloadpoky-22af38b3d9e97e5506832c5c0faadd6df747cdb7.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 760c608bde..117ef4b264 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2004,9 +2004,9 @@ system and gives an overview of their function and contents.
2004 variable. 2004 variable.
2005 2005
2006 :term:`DEV_PKG_DEPENDENCY` 2006 :term:`DEV_PKG_DEPENDENCY`
2007 Provides an easy way for recipes to disable or adjust the runtime 2007 Provides an easy way for recipes to disable or adjust the runtime recommendation
2008 dependency (:term:`RDEPENDS`) of the ``${PN}-dev`` package on the main 2008 (:term:`RRECOMMENDS`) of the ``${PN}-dev`` package on the main
2009 (``${PN}``) package, particularly where the main package may be empty. 2009 (``${PN}``) package.
2010 2010
2011 :term:`DISABLE_STATIC` 2011 :term:`DISABLE_STATIC`
2012 Used in order to disable static linking by default (in order to save 2012 Used in order to disable static linking by default (in order to save