From: Scott Rifenbark Date: Mon, 26 Sep 2016 16:03:45 +0000 (-0700) Subject: ref-manual: Updated the DEPENDS variable description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75e60f17e627afed862e5cc10aed5431c6a89fa0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the DEPENDS variable description Fixes [YOCTO #10298] Applied a small grammar fix to the description. (From yocto-docs rev: d022a01af3f68e6e6311c47aef451e25bc8add5e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c5190c635ce..6551ff6b909 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2800,10 +2800,10 @@ DEPENDS = "bar" The practical effect of the previous assignment is that - all files installed by bar will be - available in the appropriate staging sysroot given by the + all files installed by bar will be available in the + appropriate staging sysroot, given by the STAGING_DIR* - variables by the time the + variables, by the time the do_configure task for foo runs. This mechanism is implemented by having