All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Remove unneeded class inheritance
@ 2014-03-12 12:27 Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 1/6] gnome-desktop: removed gconf inheritance Alexandru Palalau
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

This patchset removes gconf inheritance for several gconf recipes that reported 
a WARN-QA message at buildtime regarding unrecognised --disable-schemas-install
configure option. This option is required by gconf.bbclass

Alexandru Palalau (6):
  gnome-desktop: removed gconf inheritance
  gst-plugins-gl: removed gconf inheritance
  gnome-mime-data: removed gconf and gtk-icon-cache inheritance
  gsettings-desktop-schemas: removed unneeded class inheritance
  gnome-doc-utils: removed gconf inheritance
  gtk-engines: removed gconf inheritance

 meta/recipes-gnome/gnome/gnome-desktop.inc                  | 2 +-
 meta/recipes-gnome/gnome/gnome-doc-utils.inc                | 2 +-
 meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb          | 3 +--
 meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 2 +-
 meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb        | 2 +-
 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb  | 2 +-
 6 files changed, 6 insertions(+), 7 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH v2 1/6] gnome-desktop: removed gconf inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  2014-03-12 15:13   ` Burton, Ross
  2014-03-12 12:27 ` [PATCH v2 2/6] gst-plugins-gl: " Alexandru Palalau
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

In order to remove WARN-QA message regarding --disable-schemas-install configure option.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-gnome/gnome/gnome-desktop.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 4fcf6ab..8bdf476 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -13,7 +13,7 @@ FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"
 
 PR = "r6"
 
-inherit gnome pkgconfig
+inherit gnomebase mime gtk-icon-cache
 
 do_install_append () {
 	sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 2/6] gst-plugins-gl: removed gconf inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 1/6] gnome-desktop: removed gconf inheritance Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 3/6] gnome-mime-data: removed gconf and gtk-icon-cache inheritance Alexandru Palalau
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

In order to remove WARN-QA message regarding --disable-schemas-install configure option.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
index 60de7c0..90efbcc 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -12,7 +12,7 @@ DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
 
 PR = "r4"
 
-inherit gettext gconf
+inherit gettext
 
 # This package doesn't have a configure switch for EGL or GL, so forcibly tell
 # configure that it can't find gl.h so it always uses EGL.  If/when we have some
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 3/6] gnome-mime-data: removed gconf and gtk-icon-cache inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 1/6] gnome-desktop: removed gconf inheritance Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 2/6] gst-plugins-gl: " Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 4/6] gsettings-desktop-schemas: removed unneeded class inheritance Alexandru Palalau
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

Should remove WARN-QA message regarding --disable-schemas-install.
gtk-icon-cache is not needed.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
index 62712fa..65b79f0 100644
--- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
@@ -6,8 +6,7 @@ LICENSE = "GPLv2 & GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450"
 
-inherit gnome
-inherit autotools
+inherit gnomebase mime
 PR = "r4"
 
 SRC_URI += "file://pkgconfig.patch"
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 4/6] gsettings-desktop-schemas: removed unneeded class inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
                   ` (2 preceding siblings ...)
  2014-03-12 12:27 ` [PATCH v2 3/6] gnome-mime-data: removed gconf and gtk-icon-cache inheritance Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance Alexandru Palalau
  2014-03-12 12:27 ` [PATCH v2 6/6] gtk-engines: " Alexandru Palalau
  5 siblings, 0 replies; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

Removed gconf, gtk-icon-cache and mime classes as they are not needed

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb
index 40e5b11..312d288 100644
--- a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb
+++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb
@@ -8,7 +8,7 @@ PR = "r1"
 
 DEPENDS = "glib-2.0"
 
-inherit gnome gsettings gettext
+inherit gnomebase gsettings gettext
 
 GNOME_COMPRESS_TYPE = "xz"
 
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
                   ` (3 preceding siblings ...)
  2014-03-12 12:27 ` [PATCH v2 4/6] gsettings-desktop-schemas: removed unneeded class inheritance Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  2014-03-12 15:37   ` Burton, Ross
  2014-03-12 12:27 ` [PATCH v2 6/6] gtk-engines: " Alexandru Palalau
  5 siblings, 1 reply; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

In order to remove WARN-QA message regarding --disable-schemas-install configure option.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 0cc0ee5..ddda3a6 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0"
 DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native"
 
-inherit gnome gettext python-dir pythonnative autotools-brokensep
+inherit gnomebase gettext python-dir pythonnative autotools-brokensep gtk-icon-cache mime
 
 EXTRA_OECONF += "--disable-scrollkeeper"
 
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 6/6] gtk-engines: removed gconf inheritance
  2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
                   ` (4 preceding siblings ...)
  2014-03-12 12:27 ` [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance Alexandru Palalau
@ 2014-03-12 12:27 ` Alexandru Palalau
  5 siblings, 0 replies; 9+ messages in thread
From: Alexandru Palalau @ 2014-03-12 12:27 UTC (permalink / raw)
  To: openembedded-core

Remove gconf class to fix WARN-QA message regarding --disable-install-schemas option.
mime is still required.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
index ba07ac0..09534aa 100644
--- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
+++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
@@ -26,7 +26,7 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
 
 CFLAGS_prepend = "-DHAVE_ANIMATION "
 
-inherit gnome
+inherit gnomebase gtk-icon-cache mime
 
 python populate_packages_prepend() {
     engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines")
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 1/6] gnome-desktop: removed gconf inheritance
  2014-03-12 12:27 ` [PATCH v2 1/6] gnome-desktop: removed gconf inheritance Alexandru Palalau
@ 2014-03-12 15:13   ` Burton, Ross
  0 siblings, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2014-03-12 15:13 UTC (permalink / raw)
  To: Alexandru Palalau; +Cc: OE-core

On 12 March 2014 12:27, Alexandru Palalau
<alexandrux.palalau@linux.intel.com> wrote:
> +inherit gnomebase mime gtk-icon-cache

Just gnomebase, there are no MIME types or shared icons installed in
this recipe.

Ross


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance
  2014-03-12 12:27 ` [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance Alexandru Palalau
@ 2014-03-12 15:37   ` Burton, Ross
  0 siblings, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2014-03-12 15:37 UTC (permalink / raw)
  To: Alexandru Palalau; +Cc: OE-core

On 12 March 2014 12:27, Alexandru Palalau
<alexandrux.palalau@linux.intel.com> wrote:
> +inherit gnomebase gettext python-dir pythonnative autotools-brokensep gtk-icon-cache mime

I can't see any reason for gtk-icon-cache and mime to be inherited.

Ross


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-12 15:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-12 12:27 [PATCH v2 0/6] Remove unneeded class inheritance Alexandru Palalau
2014-03-12 12:27 ` [PATCH v2 1/6] gnome-desktop: removed gconf inheritance Alexandru Palalau
2014-03-12 15:13   ` Burton, Ross
2014-03-12 12:27 ` [PATCH v2 2/6] gst-plugins-gl: " Alexandru Palalau
2014-03-12 12:27 ` [PATCH v2 3/6] gnome-mime-data: removed gconf and gtk-icon-cache inheritance Alexandru Palalau
2014-03-12 12:27 ` [PATCH v2 4/6] gsettings-desktop-schemas: removed unneeded class inheritance Alexandru Palalau
2014-03-12 12:27 ` [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance Alexandru Palalau
2014-03-12 15:37   ` Burton, Ross
2014-03-12 12:27 ` [PATCH v2 6/6] gtk-engines: " Alexandru Palalau

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.