mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c1cf8a18ce
commit
3275a1655d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user