diff options
author | Ross Burton <ross.burton@intel.com> | 2017-09-05 16:06:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:12 +0100 |
commit | 51e4f9ca5368af5cefa26f4ca50b282e858982f8 (patch) | |
tree | 43191d1323b18adfe86a30f9d1dfcc0f7e6eb4b3 | |
parent | 7d2d73bf5e9fba30ae79e535adff256b94248e62 (diff) | |
download | openembedded-core-51e4f9ca5368af5cefa26f4ca50b282e858982f8.tar.gz openembedded-core-51e4f9ca5368af5cefa26f4ca50b282e858982f8.tar.bz2 openembedded-core-51e4f9ca5368af5cefa26f4ca50b282e858982f8.zip |
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@intel.com>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
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 \ ${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 |