summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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