From bfb6cd84f1c526f4df966e3602c048bb86b57dc2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 15:52:53 -0600 Subject: ref-manual: Edits to externalsrc class. (From yocto-docs rev: 08c18fa4fc354972e9898bd3eb10e9aa6b96532d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index eaab17258d..be68fce8ee 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2850,8 +2850,8 @@ <filename>externalsrc.bbclass</filename> - You can use this class to build software from source code that is - external to the OpenEmbedded build system. + The externalsrc class supports building software + from source code that is external to the OpenEmbedded build system. Building software from an external source tree means that the build system's normal fetch, unpack, and patch process is not used. @@ -2861,7 +2861,7 @@ S and B variables to locate unpacked recipe source code and to build it, respectively. - When your recipe inherits externalsrc.bbclass, + When your recipe inherits the externalsrc class, you use the EXTERNALSRC and @@ -2881,19 +2881,19 @@ ${WORKDIR}/${BPN}/{PV}/ - See the glossary entries for the + See these variables for more information: WORKDIR, - BPN, + BPN, and PV, - For more information on - externalsrc.bbclass, see the comments in + For more information on the + externalsrc class, see the comments in meta/classes/externalsrc.bbclass in the Source Directory. - For information on how to use externalsrc.bbclass, - see the + For information on how to use the externalsrc + class, see the "Building Software from an External Source" section in the Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf