Openembedded Core Discussions
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-11-21 17:01 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sun, 2011-11-20 at 22:09 +0100, Andreas Müller wrote:
> * 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(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[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