diff options
author | Alexandru Palalau <alexandrux.palalau@linux.intel.com> | 2014-03-11 13:27:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:33 +0000 |
commit | 1138976f7bdcd24ef57451a2c2ceffa43666610f (patch) | |
tree | ad5d56636f77591d6cd6d7865d465bb47ab52bf9 /meta/recipes-gnome/gnome | |
parent | 665d2190b21d43081db806a49bfd529544ee87f2 (diff) | |
download | openembedded-core-1138976f7bdcd24ef57451a2c2ceffa43666610f.tar.gz openembedded-core-1138976f7bdcd24ef57451a2c2ceffa43666610f.tar.bz2 openembedded-core-1138976f7bdcd24ef57451a2c2ceffa43666610f.zip |
gsettings-desktop-schemas: removed unneeded class inheritance
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>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb index 31834029dc..7217c66850 100644 --- a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb +++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb @@ -8,7 +8,7 @@ PR = "r1" DEPENDS = "glib-2.0" -inherit gnome gsettings gettext +inherit gnomebase gsettings gettext GNOME_COMPRESS_TYPE = "xz" |