diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-01 10:44:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:05 -0800 |
commit | e95d81a8bf974b80b77dd514bbba181d3e9e4560 (patch) | |
tree | 4a0ee27353d00f3efd8135b952f0b31a5b3c0e07 /documentation/poky-ref-manual/ref-variables.xml | |
parent | b206901b2ac21df5b95e30d40a82d1579d3d619f (diff) | |
download | poky-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/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 4 |
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:<multilib_name>" | 113 | BBCLASSEXTEND =+ "multilib:<multilib_name>" |
114 | </literallayout> | 114 | </literallayout> |
115 | </para> | 115 | </para> |
116 | </glossdef> | 116 | </glossdef> |