summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-15 10:25:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:15 +0100
commit4694436ff8bddf05bbb9bbef1518189d75ed7f86 (patch)
treecd558908e6ae1a681cee6d1b2ba85dfafaf1b0b1 /documentation
parent648a39c514925053e3d21400f745118b90f8572c (diff)
downloadpoky-4694436ff8bddf05bbb9bbef1518189d75ed7f86.tar.gz
dev-manual: Fixed broken link to WORKDIR variable.
(From yocto-docs rev: c239bd40e92cedee6301c176ff96821ea270fc39) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c11f2b3ff7..5f7908b5ab 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -12377,7 +12377,7 @@ Some notes from Cal:
12377 <para> 12377 <para>
12378 If you want to force an up-to-date task to be rerun (e.g. 12378 If you want to force an up-to-date task to be rerun (e.g.
12379 because you made manual modifications to the recipe's 12379 because you made manual modifications to the recipe's
12380 <ulink linkend='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> 12380 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
12381 that you want to try out), then you can use the 12381 that you want to try out), then you can use the
12382 <filename>-f</filename> option. 12382 <filename>-f</filename> option.
12383 <note> 12383 <note>