diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-27 10:59:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:31 +0000 |
commit | 93267b79fb45be09c0f32e2c17873f4173b0d1a1 (patch) | |
tree | 6a7707590ab5ed3072f4694e154cb22c0883a28a /documentation/ref-manual | |
parent | 65d7a930665e93384f0cbcc4eb821a0b94603749 (diff) | |
download | poky-93267b79fb45be09c0f32e2c17873f4173b0d1a1.tar.gz |
ref-manual: Added gnome, gnomebase, gtk-icon-cache, and mime classes
The entries for gtk-icon-cache and mime are placeholders only
with this commit.
(From yocto-docs rev: 8652cc5d4fe880768e746a80dde82513c5d83a09)
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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 8d03174ab2..3cf1359ee8 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -633,6 +633,47 @@ | |||
633 | </para> | 633 | </para> |
634 | </section> | 634 | </section> |
635 | 635 | ||
636 | <section id='ref-classes-gnome'> | ||
637 | <title><filename>gnome.bbclass</filename></title> | ||
638 | |||
639 | <para> | ||
640 | The GNOME (<filename>gnome</filename>) class supports recipes that | ||
641 | build software from the GNOME stack. | ||
642 | This class inherits the | ||
643 | <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>, | ||
644 | <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>, | ||
645 | <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and | ||
646 | <link linkend='ref-classes-mime'><filename>mime</filename></link> classes. | ||
647 | The class also disables GLib Object System (Gobject) introspection | ||
648 | where applicable. | ||
649 | </para> | ||
650 | </section> | ||
651 | |||
652 | <section id='ref-classes-gnomebase'> | ||
653 | <title><filename>gnomebase.bbclass</filename></title> | ||
654 | |||
655 | <para> | ||
656 | The GNOME base (<filename>gnomebase</filename>) class is the base | ||
657 | class for recipes that build software from the GNOME stack. | ||
658 | </para> | ||
659 | </section> | ||
660 | |||
661 | <section id='ref-classes-gtk-icon-cache'> | ||
662 | <title><filename>gtk-icon-cache.bbclass</filename></title> | ||
663 | |||
664 | <para> | ||
665 | The GNOME (<filename>gtk-icon-cache</filename>) class | ||
666 | </para> | ||
667 | </section> | ||
668 | |||
669 | <section id='ref-classes-mime'> | ||
670 | <title><filename>mime.bbclass</filename></title> | ||
671 | |||
672 | <para> | ||
673 | The GNOME (<filename>mime</filename>) class | ||
674 | </para> | ||
675 | </section> | ||
676 | |||
636 | <section id='ref-classes-pkgconfig'> | 677 | <section id='ref-classes-pkgconfig'> |
637 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> | 678 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> |
638 | 679 | ||