summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 12:59:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:58 +0100
commit1b973beea4d7fbb4479922c4ea2d0e61ea746e89 (patch)
treef2f5571b4b4b420ba537bff3a5ff74c2f3d60d0f /documentation/ref-manual/ref-classes.xml
parent18437d1857ed1c2aa15dcfadb1afc966d1e53418 (diff)
downloadpoky-1b973beea4d7fbb4479922c4ea2d0e61ea746e89.tar.gz
ref-manual: Substituted in a list as needed.
(From yocto-docs rev: 45568c5a2eac5341327a61011365355901624772) 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.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2702abb180..b1fa0b753d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -244,16 +244,17 @@
244 These recipes usually only need to point to the source's archive and then inherit 244 These recipes usually only need to point to the source's archive and then inherit
245 the proper <filename>.bbclass</filename> file. 245 the proper <filename>.bbclass</filename> file.
246 Building is split into two methods dependling on which method the module authors used. 246 Building is split into two methods dependling on which method the module authors used.
247 </para> 247 <itemizedlist>
248 248 <listitem><para>Extensions that use an Autotools-based build system
249 <para> 249 require Autotools and
250 Extensions that use an Autotools-based build system require Autotools and 250 <filename>distutils</filename>-based
251 <filename>distutils</filename>-based <filename>.bbclasse</filename> files in their recipes. 251 <filename>.bbclasse</filename> files in their recipes.
252 </para> 252 </para></listitem>
253 253 <listitem><para>Extensions that use
254 <para> 254 <filename>distutils</filename>-based build systems require
255 Extensions that use <filename>distutils</filename>-based build systems require 255 <filename>distutils.bbclass</filename> in their recipes.
256 <filename>distutils.bbclass</filename> in their recipes. 256 </para></listitem>
257 </itemizedlist>
257 </para> 258 </para>
258</section> 259</section>
259 260