ref-manual: Re-ordered the classes that start with "C"

(From yocto-docs rev: 3edf122c8323e2a9c60b3f95f8f93a429d8a6116)

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:50:38 -06:00 committed by Richard Purdie
parent 5beaa27ee9
commit 764a60c698
1 changed files with 33 additions and 33 deletions

View File

@ -340,18 +340,6 @@
</para>
</section>
<section id='ref-classes-chrpath'>
<title><filename>chrpath.bbclass</filename></title>
<para>
The change runtime search path (<filename>chrpath</filename>) class
is a wrapper around the "chrpath" utility, which is used during the
build process for <filename>nativesdk</filename> recipes to change
<filename>RPATH</filename> records within binaries in order to make
them relocatable.
</para>
</section>
<section id='ref-classes-ccache'>
<title><filename>ccache.bbclass</filename></title>
@ -366,6 +354,18 @@
</para>
</section>
<section id='ref-classes-chrpath'>
<title><filename>chrpath.bbclass</filename></title>
<para>
The change runtime search path (<filename>chrpath</filename>) class
is a wrapper around the "chrpath" utility, which is used during the
build process for <filename>nativesdk</filename> recipes to change
<filename>RPATH</filename> records within binaries in order to make
them relocatable.
</para>
</section>
<section id='ref-classes-clutter'>
<title><filename>clutter.bbclass</filename></title>
@ -424,6 +424,27 @@
</para>
</section>
<section id='ref-classes-perl'>
<title>Perl Modules - <filename>cpan.bbclass</filename></title>
<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.
<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>
<section id='ref-classes-cross'>
<title><filename>cross.bbclass</filename></title>
@ -1416,27 +1437,6 @@
</para>
</section>
<section id='ref-classes-perl'>
<title>Perl Modules - <filename>cpan.bbclass</filename></title>
<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.
<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>
<section id='ref-classes-prexport'>
<title><filename>prexport.bbclass</filename></title>