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:57:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:58 +0100
commit18437d1857ed1c2aa15dcfadb1afc966d1e53418 (patch)
treef9513142860a32a262ec3d61e353ebcaab5c950a /documentation/ref-manual/ref-classes.xml
parentb92e6c294f399a1dc7b3467ac8b676fba9569881 (diff)
downloadast2050-yocto-poky-18437d1857ed1c2aa15dcfadb1afc966d1e53418.zip
ast2050-yocto-poky-18437d1857ed1c2aa15dcfadb1afc966d1e53418.tar.gz
ref-manual: Created a list where needed.
(From yocto-docs rev: 0a41b4de0a2991b983356d6458d8f5f797323f6e) 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.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index bb1d878..2702abb 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -223,16 +223,16 @@
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>
OpenPOWER on IntegriCloud