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>
This commit is contained in:
Scott Rifenbark 2016-07-18 13:33:24 -07:00 committed by Richard Purdie
parent 30929cf037
commit 38c33b7904
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@
By default, this directory is the same as the <link linkend='var-S'><filename>S</filename></link>
directory, which is defined as:
<literallayout class='monospaced'>
S = "${WORKDIR}/${BP}/"
S = "${WORKDIR}/${BP}"
</literallayout>
</para>