]> code.ossystems Code Review - openembedded-core.git/commitdiff
gsettings-desktop-schemas: removed unneeded class inheritance
authorAlexandru Palalau <alexandrux.palalau@linux.intel.com>
Tue, 11 Mar 2014 13:27:46 +0000 (13:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Mar 2014 12:05:33 +0000 (12:05 +0000)
Removed gconf, gtk-icon-cache and mime classes as they are not needed

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb

index 31834029dcedd2b2fbcb1ca69258954b23cc8bc2..7217c66850e7870766943bbb17bb9445d8326129 100644 (file)
@@ -8,7 +8,7 @@ PR = "r1"
 
 DEPENDS = "glib-2.0"
 
-inherit gnome gsettings gettext
+inherit gnomebase gsettings gettext
 
 GNOME_COMPRESS_TYPE = "xz"