1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-03-01 10:44:22 -06:00
committed by Richard Purdie
parent b206901b2a
commit e95d81a8bf
@@ -109,8 +109,8 @@
To build a different variant of the recipe with a minimal amount of code, it usually To build a different variant of the recipe with a minimal amount of code, it usually
is as simple as adding the following to your recipe: is as simple as adding the following to your recipe:
<literallayout class='monospaced'> <literallayout class='monospaced'>
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND =+ "native nativesdk"
BBCLASSEXTEND = "multilib:&lt;multilib_name&gt;" BBCLASSEXTEND =+ "multilib:&lt;multilib_name&gt;"
</literallayout> </literallayout>
</para> </para>
</glossdef> </glossdef>