summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
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>