From: Scott Rifenbark Date: Fri, 23 Sep 2016 16:01:10 +0000 (-0700) Subject: ref-manual: Updated the DEPENDS variable description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7e61507db67acdc0b24d7c554bb2b4b28e243f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the DEPENDS variable description. Small grammatical changes. (From yocto-docs rev: efa1e9c3948f7dd240372a1a1c773286072fbccd) 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 5dfbe8b641c..c5190c635ce 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2788,7 +2788,7 @@ Lists a recipe's build-time dependencies. - These dependencies are on other recipes whose + These are dependencies on other recipes whose contents (e.g. headers and shared libraries) are needed by the recipe at build time. @@ -2809,7 +2809,7 @@ This mechanism is implemented by having do_configure depend on the do_populate_sysroot - task of each recipe listed in DEPENDS + task of each recipe listed in DEPENDS, through a [deptask] declaration in the