summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 11 insertions, 0 deletions
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"
10626 poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 10626 poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19
10627 </literallayout> 10627 </literallayout>
10628 </para> 10628 </para>
10629
10630 <para>
10631 This next example assumes Git, which means the default
10632 directory is <filename>${WORKDIR}/git</filename>.
10633 Consequently, you must explicitly set
10634 <filename>S</filename> so the source can be located:
10635 <literallayout class='monospaced'>
10636 SRC_URI = "git://path/to/repo.git"
10637 S = "${WORKDIR}/git"
10638 </literallayout>
10639 </para>
10629 </glossdef> 10640 </glossdef>
10630 </glossentry> 10641 </glossentry>
10631 10642