summaryrefslogtreecommitdiffstats
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-27 23:38:56 +0000
commit08d954474b8177f67f1f0379268ceb5db2343cc8 (patch)
tree47c8fa3f1945247c8671b4b1bb89ef3f12e0435b
parent53fc7b320cc4429d771e18c2b43be8d5e56360ec (diff)
downloadpoky-08d954474b8177f67f1f0379268ceb5db2343cc8.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: 3de2ad1f8ff87aeec30088779267880306a0f31a) 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>
-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 b31408ca95..2f12677a34 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1844,9 +1844,9 @@ system and gives an overview of their function and contents.
1844 variable. 1844 variable.
1845 1845
1846 :term:`DEV_PKG_DEPENDENCY` 1846 :term:`DEV_PKG_DEPENDENCY`
1847 Provides an easy way for recipes to disable or adjust the runtime 1847 Provides an easy way for recipes to disable or adjust the runtime recommendation
1848 dependency (:term:`RDEPENDS`) of the ``${PN}-dev`` package on the main 1848 (:term:`RRECOMMENDS`) of the ``${PN}-dev`` package on the main
1849 (``${PN}``) package, particularly where the main package may be empty. 1849 (``${PN}``) package.
1850 1850
1851 :term:`DISABLE_STATIC` 1851 :term:`DISABLE_STATIC`
1852 Used in order to disable static linking by default (in order to save 1852 Used in order to disable static linking by default (in order to save