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

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 bb1d87887b9d22326943e0037d87e57e40a35aef..2702abb180a0e503ce3cabe571a04377494dbdcc 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 depending on which method the module authors used.
-    </para>
-
-    <para>
-        Modules that use old <filename>Makefile.PL</filename>-based build system require
-        <filename>cpan.bbclass</filename> in their recipes.
-    </para>
-
-    <para>
-        Modules that use <filename>Build.PL</filename>-based build system require
-        using <filename>cpan_build.bbclass</filename> in their recipes.
+        <itemizedlist>
+            <listitem><para>Modules that use old
+                <filename>Makefile.PL</filename>-based build system require
+                <filename>cpan.bbclass</filename> in their recipes.
+                </para></listitem>
+            <listitem><para>Modules that use
+                <filename>Build.PL</filename>-based build system require
+                using <filename>cpan_build.bbclass</filename> in their recipes.
+                </para></listitem>
+        </itemizedlist>
     </para>
 </section>