From 6d601592e17ee98626bdce28fc9b9b940038a668 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Feb 2016 11:26:18 -0800 Subject: ref-manual: Updated the S variable description with feedback Applied wording feedback. Fixes [YOCTO #8542] (From yocto-docs rev: 7f2ed81317e26fb5d3dd3003cd96b3691174c5c0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f5249416b9..3970a2dc64 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10628,10 +10628,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - This next example assumes Git, which means the default - directory is ${WORKDIR}/git. - Consequently, you must explicitly set - S so the source can be located: + This next example assumes a Git repository. + By default, Git repositories are cloned to + ${WORKDIR}/git during + do_fetch. + Since this path is different from the default value of + S, you must set it specifically + so the source can be located: SRC_URI = "git://path/to/repo.git" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf