diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-18 13:33:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:15:00 +0100 |
commit | 38c33b7904b1ce3fee6b2d493f532031bce4d000 (patch) | |
tree | 01686c8cbcf15d66639486ddaf6b4aea34c271e4 /documentation/ref-manual | |
parent | 30929cf03738d5a871e410678e332ee3bdc51771 (diff) | |
download | poky-38c33b7904b1ce3fee6b2d493f532031bce4d000.tar.gz |
ref-manual: Fixed output example in the B variable.
Updated the example statement line to match the actual assignment.
(From yocto-docs rev: 45e9274fcca0a285bda38cad8a6fe5e7bb05bd80)
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 | 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 8650efabd9..4eca15c274 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -536,7 +536,7 @@ | |||
536 | By default, this directory is the same as the <link linkend='var-S'><filename>S</filename></link> | 536 | By default, this directory is the same as the <link linkend='var-S'><filename>S</filename></link> |
537 | directory, which is defined as: | 537 | directory, which is defined as: |
538 | <literallayout class='monospaced'> | 538 | <literallayout class='monospaced'> |
539 | S = "${WORKDIR}/${BP}/" | 539 | S = "${WORKDIR}/${BP}" |
540 | </literallayout> | 540 | </literallayout> |
541 | </para> | 541 | </para> |
542 | 542 | ||