From: Scott Rifenbark Date: Thu, 28 Mar 2013 15:37:59 +0000 (-0700) Subject: ref-manual: Edits to BBCLASSEXTEND variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb87e98baf069abecb323c7d431e2ca819b361b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Edits to BBCLASSEXTEND variable. (From yocto-docs rev: 10ca40520c9b599fd5c39a25e3b362c3202bcdf8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 08d4a7cc13a..7d8e73293e3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -322,7 +322,7 @@ Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes exist such as "natives" like quilt-native, - which is a copy of quilt built to run on the build system; + which is a copy of Quilt built to run on the build system; "crosses" such as gcc-cross, which is a compiler built to run on the build machine but produces binaries that run on the target MACHINE;