summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-14 08:24:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-18 16:15:28 +0200
commite9ecf3fc2497466ca4d0d2bc1df07858b7e9bfac (patch)
treeabf699102569defc099c62a2cca58865e2915e4c /documentation/ref-manual/ref-classes.xml
parent8eb706a41b040cf1397c2ebe5517c40031f4d1fb (diff)
downloadpoky-e9ecf3fc2497466ca4d0d2bc1df07858b7e9bfac.tar.gz
dev-manual, ref-manual: Updated 1.7 migration section with review comments
Applied the second round of review edits from Paul Eggleton. Minor fixes. (From yocto-docs rev: 2c7c45c8f09b724e92e8b59fe47834226b44b4fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 1b01ef61c9..496425a5a9 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -103,11 +103,11 @@
103 103
104 <para> 104 <para>
105 By default, the <filename>autotools</filename> class supports 105 By default, the <filename>autotools</filename> class supports
106 out-of-tree builds 106 using out-of-tree builds
107 (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename> 107 (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename>
108 <link linkend='var-S'><filename>S</filename></link>). 108 <link linkend='var-S'><filename>S</filename></link>).
109 If your recipes do not support out-of-tree builds, you should 109 If the software being built by a recipe does not support
110 have them inherit the 110 using out-of-tree builds, you should have the recipe inherit the
111 <link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link> 111 <link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link>
112 class. 112 class.
113 </para> 113 </para>
@@ -116,7 +116,8 @@
116 It's useful to have some idea of how the tasks defined by this class work 116 It's useful to have some idea of how the tasks defined by this class work
117 and what they do behind the scenes. 117 and what they do behind the scenes.
118 <itemizedlist> 118 <itemizedlist>
119 <listitem><para><link linkend='ref-tasks-configure'><filename>do_configure</filename></link> &dash; Regenerates the 119 <listitem><para><link linkend='ref-tasks-configure'><filename>do_configure</filename></link> &dash;
120 Regenerates the
120 configure script (using <filename>autoreconf</filename>) and then launches it 121 configure script (using <filename>autoreconf</filename>) and then launches it
121 with a standard set of arguments used during cross-compilation. 122 with a standard set of arguments used during cross-compilation.
122 You can pass additional parameters to <filename>configure</filename> through the 123 You can pass additional parameters to <filename>configure</filename> through the