diff options
author | Alexandru Palalau <alexandrux.palalau@linux.intel.com> | 2014-03-11 13:24:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:56 +0000 |
commit | 82191faa1b4b6bb18a233df8eeaa9f1552149bfe (patch) | |
tree | 65f418fc172fdc126395fa98842364ecd9220fdc /meta | |
parent | ac23389c5a8313a0fbe10627da68d75ff57c4fea (diff) | |
download | poky-82191faa1b4b6bb18a233df8eeaa9f1552149bfe.tar.gz |
gnome-mime-data: removed gconf and gtk-icon-cache inheritance
Should remove WARN-QA message regarding --disable-schemas-install.
gtk-icon-cache is not needed.
(From OE-Core rev: 665d2190b21d43081db806a49bfd529544ee87f2)
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/gnome-mime-data_2.18.0.bb | 3 |
1 files changed, 1 insertions, 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 62712faf3c..65b79f0dc2 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+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450" | 7 | file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450" |
8 | 8 | ||
9 | inherit gnome | 9 | inherit gnomebase mime |
10 | inherit autotools | ||
11 | PR = "r4" | 10 | PR = "r4" |
12 | 11 | ||
13 | SRC_URI += "file://pkgconfig.patch" | 12 | SRC_URI += "file://pkgconfig.patch" |