diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-18 10:22:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:22 +0100 |
commit | d13d95ab898eede603aed4d5133e60e5095a4152 (patch) | |
tree | d54e807318406d31aa71a651f1a02b12bdf86e33 /documentation/ref-manual/ref-variables.xml | |
parent | 1797b6f5fd3852d5bc2604875c9148811dad1020 (diff) | |
download | poky-d13d95ab898eede603aed4d5133e60e5095a4152.tar.gz |
ref-manual: Fixed formatting in SDK_DIR example.
Removed the link to WORKDIR to begin with. Also, removed the
<filename> formatting that was within the example, which is buried
in a <literallayout> tag set. Doing that screws up the formatting.
(From yocto-docs rev: 0d13dabaa13e5426da35b5d8147f51efa349b5bb)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 86bafbb4f8..01595e9748 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12011,7 +12011,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12011 | <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> | 12011 | <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> |
12012 | class defines the variable as follows: | 12012 | class defines the variable as follows: |
12013 | <literallayout class='monospaced'> | 12013 | <literallayout class='monospaced'> |
12014 | SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk" | 12014 | SDK_DIR = "${WORKDIR}/sdk" |
12015 | </literallayout> | 12015 | </literallayout> |
12016 | <note> | 12016 | <note> |
12017 | The <filename>SDK_DIR</filename> directory is a | 12017 | The <filename>SDK_DIR</filename> directory is a |