diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-19 06:31:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:43 +0000 |
commit | e462a1f32ccd4b57330a2eb637f1ac5ce1b41225 (patch) | |
tree | 4f6e3b1023d30c2d4fe31b2417c19d448868ab91 /documentation | |
parent | fd2846c5e115ce1d2a24b6776bc7808fe92bfad3 (diff) | |
download | poky-e462a1f32ccd4b57330a2eb637f1ac5ce1b41225.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 834e0a4040..dfab610cbf 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5272,9 +5272,9 @@ | |||
5272 | 5272 | ||
5273 | <para> | 5273 | <para> |
5274 | To build from software that comes from an external source, all you | 5274 | To build from software that comes from an external source, all you |
5275 | need to do is inherit | 5275 | need to do is inherit the |
5276 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc.bbclass</filename></ulink> | 5276 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc</filename></ulink> |
5277 | and then set the | 5277 | class and then set the |
5278 | <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC'><filename>EXTERNALSRC</filename></ulink> | 5278 | <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC'><filename>EXTERNALSRC</filename></ulink> |
5279 | variable to point to your external source code. | 5279 | variable to point to your external source code. |
5280 | Here are the statements to put in your | 5280 | Here are the statements to put in your |