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 @@ 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: - BBCLASSEXTEND = "native nativesdk" - BBCLASSEXTEND = "multilib:<multilib_name>" + BBCLASSEXTEND =+ "native nativesdk" + BBCLASSEXTEND =+ "multilib:<multilib_name>"