From 8f3ed72b06c97894eeb9d11dbb54be9f50ffd2b9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 13:06:21 -0600 Subject: [PATCH] ref-manual: Re-ordered the classes that start with "D". (From yocto-docs rev: e65278b9476681eb6f9c662993e110ee4422ebc7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 105 +++++++++++------------ 1 file changed, 52 insertions(+), 53 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 92ae60dfa7..275a965f80 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -483,6 +483,16 @@ +
+ Debian Renaming - <filename>debian.bbclass</filename> + + + This class renames packages so that they follow the Debian naming + policy (i.e. eglibc becomes libc6 + and eglibc-devel becomes libc6-dev.) + +
+
<filename>deploy.bbclass</filename> @@ -503,12 +513,15 @@
-
- <filename>distrodata.bbclass</filename> +
+ Developer Shell - <filename>devshell.bbclass</filename> - The Distribution Data (distrodata) class - provides for automatic checking for upstream recipe updates. + This class adds the devshell task. + Distribution policy dictates whether to include this class. + See the + "Using a Development Shell" section + in the Yocto Project Development Manual for more information about using devshell.
@@ -532,6 +545,41 @@
+
+ <filename>distrodata.bbclass</filename> + + + The Distribution Data (distrodata) class + provides for automatic checking for upstream recipe updates. + +
+ +
+ Python Extensions - <filename>distutils.bbclass</filename> + + + Recipes for Python extensions 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. + + Extensions that use an Autotools-based build system + require Autotools and + distutils-based classes in their recipes. + + Extensions that use + distutils-based build systems require + the distutils class in their recipes. + + Extensions that use the setuptools-based build + systems require the + setuptools + class in their recipes. + + + +
+
<filename>extrausers.bbclass</filename> @@ -593,16 +641,6 @@
-
- Debian Renaming - <filename>debian.bbclass</filename> - - - This class renames packages so that they follow the Debian naming - policy (i.e. eglibc becomes libc6 - and eglibc-devel becomes libc6-dev.) - -
-
<filename>gconf.bbclass</filename> @@ -1666,44 +1704,6 @@
-
- Python Extensions - <filename>distutils.bbclass</filename> - - - Recipes for Python extensions 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. - - Extensions that use an Autotools-based build system - require Autotools and - distutils-based classes in their recipes. - - Extensions that use - distutils-based build systems require - the distutils class in their recipes. - - Extensions that use the setuptools-based build - systems require the - setuptools - class in their recipes. - - - -
- -
- Developer Shell - <filename>devshell.bbclass</filename> - - - This class adds the devshell task. - Distribution policy dictates whether to include this class. - See the - "Using a Development Shell" section - in the Yocto Project Development Manual for more information about using devshell. - -
-
Package Groups - <filename>packagegroup.bbclass</filename> @@ -1725,7 +1725,6 @@
-
<filename>package.bbclass</filename>