[oe-commits] [openembedded-core] 30/65: glib-2.0: recommend shared-mime-info

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 10:02:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 33120113fe17e6eeaebbca754def5aab8f14d148
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Sep 5 16:06:06 2017 +0100

    glib-2.0: recommend shared-mime-info
    
    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 at 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 d6ef4df..ce15cce 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list