From f03055d1eaebe351c4586dd7c9167357843db4cb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 11:08:27 -0700 Subject: dev-manual: Edits to "Building Software from an External Source" section. (From yocto-docs rev: 0fcc12bad0ac3020f8985000e77829fc58588031) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e07dd69de3..b849f5a0ec 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3724,7 +3724,7 @@ It is important to know that the externalsrc.bbclass assumes that the source directory S and the Build Directory B - are different even though by default these directories are the same. + are different even though these directories are the same by default. This assumption is important because it supports building different variants of the recipe by using the BBCLASSEXTEND @@ -3732,7 +3732,7 @@ You could allow the Build Directory to be the same as the source directory but you would not be able to build more than one variant of the recipe. Consequently, if you are building multiple variants of the recipe, you need to establish a - Build Directory that is different than the source directory. + Build Directory that is different than the Source Directory. -- cgit v1.2.3-54-g00ecf