From e95d81a8bf974b80b77dd514bbba181d3e9e4560 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Mar 2012 10:44:22 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/poky-ref-manual') 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>" -- cgit v1.2.3-54-g00ecf