summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexandru Palalau <alexandrux.palalau@linux.intel.com>2014-03-11 13:27:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 12:05:56 +0000
commit31a19bcd5e719e2ffec61be1fe50b76e3e40e687 (patch)
tree1affe7a423160a52060697dc07968b4ce5afe8df /meta
parent82191faa1b4b6bb18a233df8eeaa9f1552149bfe (diff)
downloadpoky-31a19bcd5e719e2ffec61be1fe50b76e3e40e687.tar.gz
gsettings-desktop-schemas: removed unneeded class inheritance
Removed gconf, gtk-icon-cache and mime classes as they are not needed (From OE-Core rev: 1138976f7bdcd24ef57451a2c2ceffa43666610f) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb2
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"
8 8
9DEPENDS = "glib-2.0" 9DEPENDS = "glib-2.0"
10 10
11inherit gnome gsettings gettext 11inherit gnomebase gsettings gettext
12 12
13GNOME_COMPRESS_TYPE = "xz" 13GNOME_COMPRESS_TYPE = "xz"
14 14