* [PATCH] mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF
@ 2011-11-20 21:09 Andreas Müller
2011-11-21 17:01 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2011-11-20 21:09 UTC (permalink / raw)
To: openembedded-core
* ensure update-mime-database is not called during build time
* this patch was included in meta-oe [1] about the same time when mime.bbclass
was migrated from meta-oe -> oe-core so it seems it got lost.
* tests: build from scratch / run on overo / additional check: no unpacked
files for gnome-control-center
[1] http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/classes?id=6b765989a42ab314d1611f4dec78b07b562a9e7d
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
---
meta/classes/mime.bbclass | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass
index c349cdb..dcdc27a 100644
--- a/meta/classes/mime.bbclass
+++ b/meta/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
UPDATEMIMEDB=`which update-mime-database`
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-21 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 21:09 [PATCH] mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF Andreas Müller
2011-11-21 17:01 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox