From: Robert Yang Date: Wed, 1 Jan 2014 03:27:09 +0000 (+0800) Subject: mime.bbclass: remove the --disable-update-mimedb X-Git-Tag: 2015-4~4119 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da2156ee0f1ddab499d9ca2968b82b411ea84a95;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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`