[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 2 16:40:10 UTC 2011


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

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Tue Nov  1 23:58:53 2011 +0000

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

keep recipes from building files not intended to pack and causing QA warnings [1]

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/035954.html

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

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

diff --git a/meta-oe/classes/mime.bbclass b/meta-oe/classes/mime.bbclass
index b9cdd7b..d73c2cb 100644
--- a/meta-oe/classes/mime.bbclass
+++ b/meta-oe/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
 	if [ -x ${bindir}/update-mime-database ] ; then





More information about the Openembedded-commits mailing list