From 764a60c698899e05a7bec111513ce7dca75e8c66 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:50:38 -0600 Subject: [PATCH] ref-manual: Re-ordered the classes that start with "C" (From yocto-docs rev: 3edf122c8323e2a9c60b3f95f8f93a429d8a6116) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 66 ++++++++++++------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index dba50850b3..dae9a6f396 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -340,18 +340,6 @@ -
- <filename>chrpath.bbclass</filename> - - - The change runtime search path (chrpath) class - is a wrapper around the "chrpath" utility, which is used during the - build process for nativesdk recipes to change - RPATH records within binaries in order to make - them relocatable. - -
-
<filename>ccache.bbclass</filename> @@ -366,6 +354,18 @@
+
+ <filename>chrpath.bbclass</filename> + + + The change runtime search path (chrpath) class + is a wrapper around the "chrpath" utility, which is used during the + build process for nativesdk recipes to change + RPATH records within binaries in order to make + them relocatable. + +
+
<filename>clutter.bbclass</filename> @@ -424,6 +424,27 @@
+
+ Perl Modules - <filename>cpan.bbclass</filename> + + + Recipes for Perl modules are simple. + These recipes usually only need to point to the source's archive and then inherit the + proper .bbclass file. + Building is split into two methods depending on which method the module authors used. + + Modules that use old + Makefile.PL-based build system require + cpan.bbclass in their recipes. + + Modules that use + Build.PL-based build system require + using cpan_build.bbclass in their recipes. + + + +
+
<filename>cross.bbclass</filename> @@ -1416,27 +1437,6 @@
-
- Perl Modules - <filename>cpan.bbclass</filename> - - - Recipes for Perl modules are simple. - These recipes usually only need to point to the source's archive and then inherit the - proper .bbclass file. - Building is split into two methods depending on which method the module authors used. - - Modules that use old - Makefile.PL-based build system require - cpan.bbclass in their recipes. - - Modules that use - Build.PL-based build system require - using cpan_build.bbclass in their recipes. - - - -
-
<filename>prexport.bbclass</filename>