diff options
| -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> |
