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.