summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-14 16:18:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:06:29 +0100
commit39ee90b18742cbd63625187eff913c7733373d8e (patch)
tree1a692ee6aeee8326aef37cfa9a3ac6c842b4288d /documentation
parent59e3953bd3aca861e43ca141c6dfe37ee0cf847e (diff)
downloadast2050-yocto-poky-39ee90b18742cbd63625187eff913c7733373d8e.zip
ast2050-yocto-poky-39ee90b18742cbd63625187eff913c7733373d8e.tar.gz
ref-manual: Fixed syntax in the S variable.
(From yocto-docs rev: 00fc96c2b5a03e4a32972b5f295fb70411a4e08f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 25a3820..afcf7a7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3939,7 +3939,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
(<filename><link linkend='var-PV'>PV</link></filename>) as
follows:
<literallayout class='monospaced'>
- ${WORKDIR}/${PN}/${PV}
+ ${WORKDIR}/${PN}-${PV}
</literallayout>
As an example, assume a
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
OpenPOWER on IntegriCloud