mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user