diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 12:57:11 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:58 +0100 |
| commit | 18437d1857ed1c2aa15dcfadb1afc966d1e53418 (patch) | |
| tree | f9513142860a32a262ec3d61e353ebcaab5c950a /documentation/ref-manual/ref-classes.xml | |
| parent | b92e6c294f399a1dc7b3467ac8b676fba9569881 (diff) | |
| download | 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.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index bb1d87887b..2702abb180 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -223,16 +223,16 @@ | |||
| 223 | These recipes usually only need to point to the source's archive and then inherit the | 223 | These recipes usually only need to point to the source's archive and then inherit the |
| 224 | proper <filename>.bbclass</filename> file. | 224 | proper <filename>.bbclass</filename> file. |
| 225 | Building is split into two methods depending on which method the module authors used. | 225 | Building is split into two methods depending on which method the module authors used. |
| 226 | </para> | 226 | <itemizedlist> |
| 227 | 227 | <listitem><para>Modules that use old | |
| 228 | <para> | 228 | <filename>Makefile.PL</filename>-based build system require |
| 229 | Modules that use old <filename>Makefile.PL</filename>-based build system require | 229 | <filename>cpan.bbclass</filename> in their recipes. |
| 230 | <filename>cpan.bbclass</filename> in their recipes. | 230 | </para></listitem> |
| 231 | </para> | 231 | <listitem><para>Modules that use |
| 232 | 232 | <filename>Build.PL</filename>-based build system require | |
| 233 | <para> | 233 | using <filename>cpan_build.bbclass</filename> in their recipes. |
| 234 | Modules that use <filename>Build.PL</filename>-based build system require | 234 | </para></listitem> |
| 235 | using <filename>cpan_build.bbclass</filename> in their recipes. | 235 | </itemizedlist> |
| 236 | </para> | 236 | </para> |
| 237 | </section> | 237 | </section> |
| 238 | 238 | ||
