]> code.ossystems Code Review - openembedded-core.git/commitdiff
mime.bbclass: remove the --disable-update-mimedb
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 1 Jan 2014 03:27:09 +0000 (11:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:30 +0000 (11:12 +0000)
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>
meta/classes/mime.bbclass

index 690610e49d8dacd679534fabf34ee1093ef64f82..721c73fcffc52481edeae9728f27d24fb961f8a9 100644 (file)
@@ -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`