From 34c75fadbd2d8af941feb3187ec6dfd402f8151b 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: 847d8bad345728c4a1c95766a127ec6ddb8ad33c) 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 1445f16369..4ca4e51d5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10550,10 +10550,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