diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-01 14:25:33 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:32 +0100 |
| commit | 2a2ccb04366a0c867f78f0b40715e8603065007c (patch) | |
| tree | a234a3d652031e38305ddbcba8880b03a85a9870 /documentation | |
| parent | 4b8e7d8ccaa1a779ca651ed189ff7eb247743376 (diff) | |
| download | poky-2a2ccb04366a0c867f78f0b40715e8603065007c.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e34843512a..3c8ed8249f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -2828,6 +2828,18 @@ | |||
| 2828 | the sysroot. | 2828 | the sysroot. |
| 2829 | </para></listitem> | 2829 | </para></listitem> |
| 2830 | <listitem><para> | 2830 | <listitem><para> |
| 2831 | One recipe having another recipe in | ||
| 2832 | <filename>DEPENDS</filename> does not by itself | ||
| 2833 | add any runtime dependencies between the | ||
| 2834 | packages produced by the two recipes. | ||
| 2835 | However, as explained in the | ||
| 2836 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link> | ||
| 2837 | glossary entry, runtime dependencies will often | ||
| 2838 | be added automatically, meaning | ||
| 2839 | <filename>DEPENDS</filename> alone is | ||
| 2840 | sufficient for most recipes. | ||
| 2841 | </para></listitem> | ||
| 2842 | <listitem><para> | ||
| 2831 | Counterintuitively, | 2843 | Counterintuitively, |
| 2832 | <filename>DEPENDS</filename> is often necessary | 2844 | <filename>DEPENDS</filename> is often necessary |
| 2833 | even for recipes that install precompiled | 2845 | even for recipes that install precompiled |
