summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-09-05 16:06:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:29 +0100
commit3275a1655d1e226115f46cc3f5bdee24437f6f93 (patch)
tree6ccc7ccdda7e112c2acd4a4dbab12fab07969463 /meta/recipes-core
parentc1cf8a18ce909673a9505515ac6f641faf9bd117 (diff)
downloadpoky-3275a1655d1e226115f46cc3f5bdee24437f6f93.tar.gz
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 ] (From OE-Core rev: 51e4f9ca5368af5cefa26f4ca50b282e858982f8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index d6ef4dfc0b..ce15ccefc3 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 \
73 ${bindir}/gdbus-codegen" 73 ${bindir}/gdbus-codegen"
74FILES_${PN}-utils = "${bindir}/*" 74FILES_${PN}-utils = "${bindir}/*"
75 75
76RRECOMMENDS_${PN} += "shared-mime-info"
77
76ARM_INSTRUCTION_SET_armv4 = "arm" 78ARM_INSTRUCTION_SET_armv4 = "arm"
77ARM_INSTRUCTION_SET_armv5 = "arm" 79ARM_INSTRUCTION_SET_armv5 = "arm"
78# Valgrind runtime detection works using hand-written assembly, which 80# Valgrind runtime detection works using hand-written assembly, which