summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-01 10:44:22 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:05 -0800
commite95d81a8bf974b80b77dd514bbba181d3e9e4560 (patch)
tree4a0ee27353d00f3efd8135b952f0b31a5b3c0e07 /documentation/poky-ref-manual
parentb206901b2ac21df5b95e30d40a82d1579d3d619f (diff)
downloadpoky-e95d81a8bf974b80b77dd514bbba181d3e9e4560.tar.gz
documentation/poky-ref-manual/ref-variables.xml: Changed examples
Changed the examples to use "=+" instead of "=". (From yocto-docs rev: 19958be932ea6401f355f119474da5dd4ac179f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index ec747bf5f9..07715bea4e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -109,8 +109,8 @@
109 To build a different variant of the recipe with a minimal amount of code, it usually 109 To build a different variant of the recipe with a minimal amount of code, it usually
110 is as simple as adding the following to your recipe: 110 is as simple as adding the following to your recipe:
111 <literallayout class='monospaced'> 111 <literallayout class='monospaced'>
112 BBCLASSEXTEND = "native nativesdk" 112 BBCLASSEXTEND =+ "native nativesdk"
113 BBCLASSEXTEND = "multilib:&lt;multilib_name&gt;" 113 BBCLASSEXTEND =+ "multilib:&lt;multilib_name&gt;"
114 </literallayout> 114 </literallayout>
115 </para> 115 </para>
116 </glossdef> 116 </glossdef>