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>
DEPENDS += "shared-mime-info-native shared-mime-info"
-EXTRA_OECONF += "--disable-update-mimedb"
-
mime_postinst() {
if [ "$1" = configure ]; then
UPDATEMIMEDB=`which update-mime-database`