diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3d68dd6ac2..f5249416b9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10626,6 +10626,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 + + + 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: + + SRC_URI = "git://path/to/repo.git" + S = "${WORKDIR}/git" + +