]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Substituted in a list as needed.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 19:59:54 +0000 (12:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:58 +0000 (14:12 +0100)
(From yocto-docs rev: 45568c5a2eac5341327a61011365355901624772)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index 2702abb180a0e503ce3cabe571a04377494dbdcc..b1fa0b753d14363aafd5b466e29bdc3fd41166e9 100644 (file)
         These recipes usually only need to point to the source's archive and then inherit
         the proper <filename>.bbclass</filename> file.
         Building is split into two methods dependling on which method the module authors used.
-    </para>
-
-    <para>
-        Extensions that use an Autotools-based build system require Autotools and
-        <filename>distutils</filename>-based <filename>.bbclasse</filename> files in their recipes.
-    </para>
-
-    <para>
-        Extensions that use <filename>distutils</filename>-based build systems require
-        <filename>distutils.bbclass</filename> in their recipes.
+        <itemizedlist>
+            <listitem><para>Extensions that use an Autotools-based build system
+                require Autotools and
+                <filename>distutils</filename>-based
+                <filename>.bbclasse</filename> files in their recipes.
+                </para></listitem>
+            <listitem><para>Extensions that use
+                <filename>distutils</filename>-based build systems require
+                <filename>distutils.bbclass</filename> in their recipes.
+                </para></listitem>
+        </itemizedlist>
     </para>
 </section>