summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mongodb/mongodb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/mongodb/mongodb_git.bb')
-rw-r--r--meta-oe/recipes-support/mongodb/mongodb_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index 6522a671e..cb6c1b343 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -27,6 +27,7 @@ PACKAGECONFIG_remove_armv6 = "tcmalloc"
27COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" 27COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
28COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" 28COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
29COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" 29COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
30COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
30 31
31PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," 32PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
32PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,," 33PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,,"