1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

ref-manual: Edits to the cpan class.

(From yocto-docs rev: be52c69c0f666357e98fe28d58fc37105e44b5d9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-12-05 12:54:40 -06:00
committed by Richard Purdie
parent 91b8eff05a
commit f8c5fa075a
+10 -5
View File
@@ -424,14 +424,19 @@
</para>
</section>
<section id='ref-classes-perl'>
<title>Perl Modules - <filename>cpan.bbclass</filename></title>
<section id='ref-classes-cpan'>
<title><filename>cpan.bbclass</filename></title>
<para>
The <filename>cpan</filename> class supports Perl modules.
</para>
<para>
Recipes for Perl modules are simple.
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.
These recipes usually only need to point to the source's archive and
then inherit the proper class file.
Building is split into two methods depending on which method the module
authors used.
<itemizedlist>
<listitem><para>Modules that use old
<filename>Makefile.PL</filename>-based build system require