diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-11-01 23:58:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-02 17:25:42 +0100 |
commit | 6b765989a42ab314d1611f4dec78b07b562a9e7d (patch) | |
tree | 37b42659893bb87d185c05a0b61bcf0dc1bcd27b | |
parent | 17f049b0008f61f250069b9f1919b6c3b13d74de (diff) | |
download | meta-openembedded-6b765989a42ab314d1611f4dec78b07b562a9e7d.tar.gz |
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@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | 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 b9cdd7bec..d73c2cb11 100644 --- a/meta-oe/classes/mime.bbclass +++ b/meta-oe/classes/mime.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | DEPENDS += "shared-mime-info-native shared-mime-info" | 1 | DEPENDS += "shared-mime-info-native shared-mime-info" |
2 | 2 | ||
3 | EXTRA_OECONF += "--disable-update-mimedb" | ||
4 | |||
3 | mime_postinst() { | 5 | mime_postinst() { |
4 | if [ "$1" = configure ]; then | 6 | if [ "$1" = configure ]; then |
5 | if [ -x ${bindir}/update-mime-database ] ; then | 7 | if [ -x ${bindir}/update-mime-database ] ; then |