diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-01-01 11:27:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:12:30 +0000 |
commit | da2156ee0f1ddab499d9ca2968b82b411ea84a95 (patch) | |
tree | 2228b4bd90f5a41ee29c20e28b2e5f92b935180a /meta/classes/mime.bbclass | |
parent | 84fa245b1d1e7935094e3b8a452d69461dc3dcbb (diff) | |
download | openembedded-core-da2156ee0f1ddab499d9ca2968b82b411ea84a95.tar.gz openembedded-core-da2156ee0f1ddab499d9ca2968b82b411ea84a95.tar.bz2 openembedded-core-da2156ee0f1ddab499d9ca2968b82b411ea84a95.zip |
mime.bbclass: remove the --disable-update-mimedb
Gnome and other freedesktop's mime data has been moved to
shared-mime-info, and there is no such an option any more, we already
have this recipe, so remove it, this will fix the warning:
configure was passed unrecognised options: --disable-update-mimedb
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/mime.bbclass')
-rw-r--r-- | meta/classes/mime.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass index 690610e49d..721c73fcff 100644 --- a/meta/classes/mime.bbclass +++ b/meta/classes/mime.bbclass @@ -1,7 +1,5 @@ DEPENDS += "shared-mime-info-native shared-mime-info" -EXTRA_OECONF += "--disable-update-mimedb" - mime_postinst() { if [ "$1" = configure ]; then UPDATEMIMEDB=`which update-mime-database` |