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:56 +0000 |
| commit | 31a19bcd5e719e2ffec61be1fe50b76e3e40e687 (patch) | |
| tree | 1affe7a423160a52060697dc07968b4ce5afe8df | |
| parent | 82191faa1b4b6bb18a233df8eeaa9f1552149bfe (diff) | |
| download | poky-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>
| -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" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "glib-2.0" | 9 | DEPENDS = "glib-2.0" |
| 10 | 10 | ||
| 11 | inherit gnome gsettings gettext | 11 | inherit gnomebase gsettings gettext |
| 12 | 12 | ||
| 13 | GNOME_COMPRESS_TYPE = "xz" | 13 | GNOME_COMPRESS_TYPE = "xz" |
| 14 | 14 | ||
