[oe-commits] Andreas Müller : mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 16:57:47 UTC 2011


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

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Sun Nov 20 22:09:23 2011 +0100

mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF

* ensure update-mime-database is not called during build time
* this patch was included in meta-oe [1] about the same time when mime.bbclass
  was migrated from meta-oe -> oe-core so it seems it got lost.
* tests: build from scratch / run on overo / additional check: no unpacked
  files for gnome-control-center

[1] http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/classes?id=6b765989a42ab314d1611f4dec78b07b562a9e7d

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/mime.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass
index c349cdb..dcdc27a 100644
--- a/meta/classes/mime.bbclass
+++ b/meta/classes/mime.bbclass
@@ -1,5 +1,7 @@
 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