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:13:56 +0000 |
commit | 5ddb7d4ebb135e288ab56b44aceabb3578ae9ed1 (patch) | |
tree | 6bc6ed3def0118b8d9f14e4aea061482e2ad1494 | |
parent | 31fe1b67a27c9f5fc18f81ed29013859e6cd529c (diff) | |
download | poky-5ddb7d4ebb135e288ab56b44aceabb3578ae9ed1.tar.gz |
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
(From OE-Core rev: da2156ee0f1ddab499d9ca2968b82b411ea84a95)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | DEPENDS += "shared-mime-info-native shared-mime-info" | 1 | DEPENDS += "shared-mime-info-native shared-mime-info" |
2 | 2 | ||
3 | EXTRA_OECONF += "--disable-update-mimedb" | ||
4 | |||
5 | mime_postinst() { | 3 | mime_postinst() { |
6 | if [ "$1" = configure ]; then | 4 | if [ "$1" = configure ]; then |
7 | UPDATEMIMEDB=`which update-mime-database` | 5 | UPDATEMIMEDB=`which update-mime-database` |