* [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
@ 2019-07-31 13:29 Adrian Bunk
2019-07-31 14:33 ` Khem Raj
2019-09-06 11:09 ` Adrian Bunk
0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-07-31 13:29 UTC (permalink / raw)
To: yocto
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.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
documentation/ref-manual/ref-classes.xml | 15 ---------------
1 file changed, 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 @@
</para>
</section>
-<section id='ref-classes-gnome'>
- <title><filename>gnome.bbclass</filename></title>
-
- <para>
- The <filename>gnome</filename> class supports recipes that
- build software from the GNOME stack.
- This class inherits the
- <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
- <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
- <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
- <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
- The class also disables GObject introspection where applicable.
- </para>
-</section>
-
<section id='ref-classes-gnomebase'>
<title><filename>gnomebase.bbclass</filename></title>
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
2019-07-31 13:29 [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class Adrian Bunk
@ 2019-07-31 14:33 ` Khem Raj
2019-07-31 14:47 ` Adrian Bunk
2019-09-06 11:09 ` Adrian Bunk
1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-07-31 14:33 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Yocto Project
On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk <bunk@stusta.de> wrote:
>
> 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.
>
This should go to oe-core ml as well.
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> documentation/ref-manual/ref-classes.xml | 15 ---------------
> 1 file changed, 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 @@
> </para>
> </section>
>
> -<section id='ref-classes-gnome'>
> - <title><filename>gnome.bbclass</filename></title>
> -
> - <para>
> - The <filename>gnome</filename> class supports recipes that
> - build software from the GNOME stack.
> - This class inherits the
> - <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
> - <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
> - <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
> - <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
> - The class also disables GObject introspection where applicable.
> - </para>
> -</section>
> -
do we need to enhance the documentation for gnomebase bbclass to
mention about disabling gobject introspection
or is it handled differently now.
> <section id='ref-classes-gnomebase'>
> <title><filename>gnomebase.bbclass</filename></title>
>
> --
> 2.17.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
2019-07-31 14:33 ` Khem Raj
@ 2019-07-31 14:47 ` Adrian Bunk
0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-07-31 14:47 UTC (permalink / raw)
To: Khem Raj; +Cc: Yocto Project, openembedded-core
On Wed, Jul 31, 2019 at 07:33:37AM -0700, Khem Raj wrote:
> On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk <bunk@stusta.de> wrote:
> >
> > 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.
> >
>
> This should go to oe-core ml as well.
Added to Cc.
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> > documentation/ref-manual/ref-classes.xml | 15 ---------------
> > 1 file changed, 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 @@
> > </para>
> > </section>
> >
> > -<section id='ref-classes-gnome'>
> > - <title><filename>gnome.bbclass</filename></title>
> > -
> > - <para>
> > - The <filename>gnome</filename> class supports recipes that
> > - build software from the GNOME stack.
> > - This class inherits the
> > - <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
> > - <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
> > - <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
> > - <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
> > - The class also disables GObject introspection where applicable.
> > - </para>
> > -</section>
> > -
>
> do we need to enhance the documentation for gnomebase bbclass to
> mention about disabling gobject introspection
> or is it handled differently now.
>...
This part of the documentation had been wrong for 3-4 years.
The gobject introspection disabling was moved to the gnomebase class
back in 2015.
In 2016 the gnomebase class stopped disabling gobject introspection.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
@ 2019-07-31 14:47 ` Adrian Bunk
0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-07-31 14:47 UTC (permalink / raw)
To: Khem Raj; +Cc: Yocto Project, openembedded-core
On Wed, Jul 31, 2019 at 07:33:37AM -0700, Khem Raj wrote:
> On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk <bunk@stusta.de> wrote:
> >
> > 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.
> >
>
> This should go to oe-core ml as well.
Added to Cc.
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> > documentation/ref-manual/ref-classes.xml | 15 ---------------
> > 1 file changed, 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 @@
> > </para>
> > </section>
> >
> > -<section id='ref-classes-gnome'>
> > - <title><filename>gnome.bbclass</filename></title>
> > -
> > - <para>
> > - The <filename>gnome</filename> class supports recipes that
> > - build software from the GNOME stack.
> > - This class inherits the
> > - <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
> > - <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
> > - <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
> > - <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
> > - The class also disables GObject introspection where applicable.
> > - </para>
> > -</section>
> > -
>
> do we need to enhance the documentation for gnomebase bbclass to
> mention about disabling gobject introspection
> or is it handled differently now.
>...
This part of the documentation had been wrong for 3-4 years.
The gobject introspection disabling was moved to the gnomebase class
back in 2015.
In 2016 the gnomebase class stopped disabling gobject introspection.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
2019-07-31 13:29 [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class Adrian Bunk
@ 2019-09-06 11:09 ` Adrian Bunk
2019-09-06 11:09 ` Adrian Bunk
1 sibling, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-09-06 11:09 UTC (permalink / raw)
To: yocto, Scott Rifenbark; +Cc: openembedded-core
ping
On Wed, Jul 31, 2019 at 04:29:57PM +0300, Adrian Bunk wrote:
> 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.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> documentation/ref-manual/ref-classes.xml | 15 ---------------
> 1 file changed, 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 @@
> </para>
> </section>
>
> -<section id='ref-classes-gnome'>
> - <title><filename>gnome.bbclass</filename></title>
> -
> - <para>
> - The <filename>gnome</filename> class supports recipes that
> - build software from the GNOME stack.
> - This class inherits the
> - <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
> - <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
> - <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
> - <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
> - The class also disables GObject introspection where applicable.
> - </para>
> -</section>
> -
> <section id='ref-classes-gnomebase'>
> <title><filename>gnomebase.bbclass</filename></title>
>
> --
> 2.17.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class
@ 2019-09-06 11:09 ` Adrian Bunk
0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-09-06 11:09 UTC (permalink / raw)
To: yocto, Scott Rifenbark; +Cc: openembedded-core
ping
On Wed, Jul 31, 2019 at 04:29:57PM +0300, Adrian Bunk wrote:
> 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.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> documentation/ref-manual/ref-classes.xml | 15 ---------------
> 1 file changed, 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 @@
> </para>
> </section>
>
> -<section id='ref-classes-gnome'>
> - <title><filename>gnome.bbclass</filename></title>
> -
> - <para>
> - The <filename>gnome</filename> class supports recipes that
> - build software from the GNOME stack.
> - This class inherits the
> - <link linkend='ref-classes-gnomebase'><filename>gnomebase</filename></link>,
> - <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
> - <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
> - <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
> - The class also disables GObject introspection where applicable.
> - </para>
> -</section>
> -
> <section id='ref-classes-gnomebase'>
> <title><filename>gnomebase.bbclass</filename></title>
>
> --
> 2.17.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-09-06 11:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-31 13:29 [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class Adrian Bunk
2019-07-31 14:33 ` Khem Raj
2019-07-31 14:47 ` [yocto] " Adrian Bunk
2019-07-31 14:47 ` Adrian Bunk
2019-09-06 11:09 ` [yocto] " Adrian Bunk
2019-09-06 11:09 ` Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.