diff options
-rw-r--r-- | meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb index dd22388b57..bcb15e6c5b 100644 --- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -43,8 +43,9 @@ COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" | |||
43 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" | 43 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" |
44 | COMPATIBLE_MACHINE_armv7a = "(!.*armv7a).*" | 44 | COMPATIBLE_MACHINE_armv7a = "(!.*armv7a).*" |
45 | COMPATIBLE_MACHINE_armv7ve = "(!.*armv7ve).*" | 45 | COMPATIBLE_MACHINE_armv7ve = "(!.*armv7ve).*" |
46 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | ||
47 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | 46 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" |
47 | # https://jira.mongodb.org/browse/SERVER-16898 | ||
48 | COMPATIBLE_HOST_mipsarch = "null" | ||
48 | 49 | ||
49 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," | 50 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," |
50 | PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,," | 51 | PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,," |