From 75e60f17e627afed862e5cc10aed5431c6a89fa0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Sep 2016 09:03:45 -0700 Subject: [PATCH] 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 --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c5190c635c..6551ff6b90 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