diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-18 10:44:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:22 +0100 |
commit | 0bd0b588f545e68060c105d41dadfbd2fe960290 (patch) | |
tree | 0d802ef0681c013e00ee0685790d65a7bcd02952 /documentation/ref-manual | |
parent | dce3b0a5ef6e55fac8531cbfb1c93b1f735a9fa3 (diff) | |
download | poky-0bd0b588f545e68060c105d41dadfbd2fe960290.tar.gz |
ref-manual: Removed redundant links to the WORKDIR variable.
(From yocto-docs rev: 9a12678b14d9870b4ef983f5a9b47cfa3184d4a6)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 49d041bc94..4a85aa80f5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -13194,14 +13194,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13194 | </para></listitem> | 13194 | </para></listitem> |
13195 | <listitem><para><emphasis><filename>subdir</filename> -</emphasis> Places the file | 13195 | <listitem><para><emphasis><filename>subdir</filename> -</emphasis> Places the file |
13196 | (or extracts its contents) into the specified | 13196 | (or extracts its contents) into the specified |
13197 | subdirectory of <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link> | 13197 | subdirectory of <filename>WORKDIR</filename> |
13198 | when the local (<filename>file://</filename>) | 13198 | when the local (<filename>file://</filename>) |
13199 | fetcher is used. | 13199 | fetcher is used. |
13200 | </para></listitem> | 13200 | </para></listitem> |
13201 | <listitem><para><emphasis><filename>localdir</filename> -</emphasis> Places the file | 13201 | <listitem><para><emphasis><filename>localdir</filename> -</emphasis> Places the file |
13202 | (or extracts its contents) into the specified | 13202 | (or extracts its contents) into the specified |
13203 | subdirectory of <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link> | 13203 | subdirectory of <filename>WORKDIR</filename> when |
13204 | when the CVS fetcher is used. | 13204 | the CVS fetcher is used. |
13205 | </para></listitem> | 13205 | </para></listitem> |
13206 | <listitem><para><emphasis><filename>subpath</filename> -</emphasis> | 13206 | <listitem><para><emphasis><filename>subpath</filename> -</emphasis> |
13207 | Limits the checkout to a specific subpath of the | 13207 | Limits the checkout to a specific subpath of the |