diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-31 16:29:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-10 11:21:55 +0100 |
commit | 3b87508a9a0714944377b889feec6aed66f4412f (patch) | |
tree | d1ede1fcf9701d0ad4301a8e9e03d659a8e7391d | |
parent | 320fd9e28f6dc23c75c9ef4b8314c1069e31c428 (diff) | |
download | poky-3b87508a9a0714944377b889feec6aed66f4412f.tar.gz |
ref-manual: Remove documentation for the removed gnome class
When removed all it did was
inherit gnomebase gtk-icon-cache gconf mime
which would also be the most trivial replacement.
Most of the time not all of these classes were needed,
and it is recommended to use only the ones actually required.
(From yocto-docs rev: a0a3a8318a1488ad2fb00b29f1cf26a9d6701be2)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 37619e382d..5403f20b6f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -920,21 +920,6 @@ | |||
920 | </para> | 920 | </para> |
921 | </section> | 921 | </section> |
922 | 922 | ||
923 | <section id='ref-classes-gnome'> | ||
924 | <title><filename>gnome.bbclass</filename></title> | ||
925 | |||
926 | <para> | ||
927 | The <filename>gnome</filename> class supports recipes that | ||
928 | build software from the GNOME stack. | ||
929 | This class inherits the | ||
930 | <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>, | ||
931 | <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>, | ||
932 | <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and | ||
933 | <link linkend='ref-classes-mime'><filename>mime</filename></link> classes. | ||
934 | The class also disables GObject introspection where applicable. | ||
935 | </para> | ||
936 | </section> | ||
937 | |||
938 | <section id='ref-classes-gnomebase'> | 923 | <section id='ref-classes-gnomebase'> |
939 | <title><filename>gnomebase.bbclass</filename></title> | 924 | <title><filename>gnomebase.bbclass</filename></title> |
940 | 925 | ||