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>
This commit is contained in:
Andreas Müller
2011-11-01 23:58:53 +00:00
committed by Koen Kooi
parent 17f049b000
commit 6b765989a4
+2
View File
@@ -1,5 +1,7 @@
DEPENDS += "shared-mime-info-native shared-mime-info" DEPENDS += "shared-mime-info-native shared-mime-info"
EXTRA_OECONF += "--disable-update-mimedb"
mime_postinst() { mime_postinst() {
if [ "$1" = configure ]; then if [ "$1" = configure ]; then
if [ -x ${bindir}/update-mime-database ] ; then if [ -x ${bindir}/update-mime-database ] ; then