All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glib-2.0: recommend shared-mime-info
@ 2017-09-05 15:08 Ross Burton
  2017-09-13 20:07 ` Alistair Francis
  0 siblings, 1 reply; 8+ messages in thread
From: Ross Burton @ 2017-09-05 15:08 UTC (permalink / raw)
  To: openembedded-core

Large portions of GIO are not that useful without the MIME database.  Add a
recommends to shared-mime-info so that GIO works out of the box, but can be
removed (using BAD_RECOMMENDATIONS) if shared-mime-info is too large and isn't
required.

[ YOCTO #11792 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index d6ef4dfc0b0..ce15ccefc39 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -73,6 +73,8 @@ FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \
                        ${bindir}/gdbus-codegen"
 FILES_${PN}-utils = "${bindir}/*"
 
+RRECOMMENDS_${PN} += "shared-mime-info"
+
 ARM_INSTRUCTION_SET_armv4 = "arm"
 ARM_INSTRUCTION_SET_armv5 = "arm"
 # Valgrind runtime detection works using hand-written assembly, which
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-14 21:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-05 15:08 [PATCH] glib-2.0: recommend shared-mime-info Ross Burton
2017-09-13 20:07 ` Alistair Francis
2017-09-13 20:42   ` Burton, Ross
2017-09-13 20:55     ` Alistair Francis
2017-09-13 21:09       ` Richard Purdie
2017-09-13 21:12         ` Alistair Francis
2017-09-13 21:18           ` Richard Purdie
2017-09-14 21:00             ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.