dev-manual: Read-thru edits for "Building Software from an External Source"

Changed a reference to a class to conform to how it is done in the
books.

(From yocto-docs rev: df925b87e4b4962aca913677d8ea01b60b8f99dc)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-03-19 06:31:37 -06:00 committed by Richard Purdie
parent fd2846c5e1
commit e462a1f32c
1 changed files with 3 additions and 3 deletions

View File

@ -5272,9 +5272,9 @@
<para> <para>
To build from software that comes from an external source, all you To build from software that comes from an external source, all you
need to do is inherit need to do is inherit the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc.bbclass</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc</filename></ulink>
and then set the class and then set the
<ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC'><filename>EXTERNALSRC</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC'><filename>EXTERNALSRC</filename></ulink>
variable to point to your external source code. variable to point to your external source code.
Here are the statements to put in your Here are the statements to put in your