aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2015-01-06 08:47:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:46 +0000
commitb7020b0bb8d0de28257b69fb157b0ac3c53ea6fd (patch)
treec7232704d86165bce675ea0a8e72d838991452b7 /documentation/dev-manual/dev-manual-common-tasks.xml
parent88f431cddfc80408a7fce3609ea5a1aa97cf0af4 (diff)
downloadopenembedded-core-contrib-b7020b0bb8d0de28257b69fb157b0ac3c53ea6fd.tar.gz
dev-manual: Added missing ending quotation to code snippet.
(From yocto-docs rev: 7bf228dbf54e227a06dc69d701b9c83f9c6a2f3a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0085cefa81..c762e3cf6c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7583,7 +7583,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
<ulink url='&YOCTO_DOCS_REF_URL;#var-SRCPV'><filename>SRCPV</filename></ulink>.
Here is an example:
<literallayout class='monospaced'>
- PV = "1.2.3+git${SRCPV}
+ PV = "1.2.3+git${SRCPV}"
</literallayout>
Then, you can add the following to your
<filename>local.conf</filename>: