mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
committed by
Koen Kooi
parent
17f049b000
commit
6b765989a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user