From 2a2ccb04366a0c867f78f0b40715e8603065007c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Sep 2016 14:25:33 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'documentation') 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 @@ -2827,6 +2827,18 @@ those from foo-dev, into the sysroot. + + One recipe having another recipe in + DEPENDS does not by itself + add any runtime dependencies between the + packages produced by the two recipes. + However, as explained in the + RDEPENDS + glossary entry, runtime dependencies will often + be added automatically, meaning + DEPENDS alone is + sufficient for most recipes. + Counterintuitively, DEPENDS is often necessary -- cgit v1.2.3-54-g00ecf