mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
ref-manual: Added new note item to the DEPENDS note box.
Fixes [YOCTO #10198] The new note helps clarify runtime dependencies. (From yocto-docs rev: e9eba1260df4ef5f3245149f0436eae5ca68c78b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4b8e7d8cca
commit
2a2ccb0436
@@ -2827,6 +2827,18 @@
|
|||||||
those from <filename>foo-dev</filename>, into
|
those from <filename>foo-dev</filename>, into
|
||||||
the sysroot.
|
the sysroot.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
One recipe having another recipe in
|
||||||
|
<filename>DEPENDS</filename> does not by itself
|
||||||
|
add any runtime dependencies between the
|
||||||
|
packages produced by the two recipes.
|
||||||
|
However, as explained in the
|
||||||
|
<link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
|
||||||
|
glossary entry, runtime dependencies will often
|
||||||
|
be added automatically, meaning
|
||||||
|
<filename>DEPENDS</filename> alone is
|
||||||
|
sufficient for most recipes.
|
||||||
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Counterintuitively,
|
Counterintuitively,
|
||||||
<filename>DEPENDS</filename> is often necessary
|
<filename>DEPENDS</filename> is often necessary
|
||||||
|
|||||||
Reference in New Issue
Block a user