summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-19 10:52:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:13 +0000
commita18b4e339ebaec923f6a6f084a66da6a96ce4cd1 (patch)
tree3cdcbadb25c2c16064b556080699dea6a633a1ed /documentation
parentf99c70ca1ef00afddcf028861cd64321caaa1f1d (diff)
downloadpoky-a18b4e339ebaec923f6a6f084a66da6a96ce4cd1.tar.gz
ref-manual: Fixed typo.
(From yocto-docs rev: 6539134377ab0e59ef968cb90f24732dd942c403) 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 c7bd57f14a..e934a06a7b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3964,7 +3964,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3964 <literallayout class='monospaced'> 3964 <literallayout class='monospaced'>
3965 PACKAGECONFIG_pn-&lt;recipename&gt;="f4 f5" 3965 PACKAGECONFIG_pn-&lt;recipename&gt;="f4 f5"
3966 </literallayout> 3966 </literallayout>
3967 Or, you can just amended the variable: 3967 Or, you can just amend the variable:
3968 <literallayout class='monospaced'> 3968 <literallayout class='monospaced'>
3969 PACKAGECONFIG_append_pn-&lt;recipename&gt; = " f4" 3969 PACKAGECONFIG_append_pn-&lt;recipename&gt; = " f4"
3970 </literallayout></para></listitem> 3970 </literallayout></para></listitem>