From e7e61507db67acdc0b24d7c554bb2b4b28e243f9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Sep 2016 09:01:10 -0700 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5dfbe8b641..c5190c635c 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 -- cgit v1.2.3-54-g00ecf