[oe-commits] Robert Yang : mime.bbclass: remove the --disable-update-mimedb

git at git.openembedded.org git at git.openembedded.org
Mon Jan 6 11:29:35 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: da2156ee0f1ddab499d9ca2968b82b411ea84a95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da2156ee0f1ddab499d9ca2968b82b411ea84a95

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jan  1 11:27:09 2014 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/mime.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass
index 690610e..721c73f 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`



More information about the Openembedded-commits mailing list