diff mbox series

[oe,meta-oe,4/5] mongodb: Exclude on mips arch

Message ID 20180827174757.7027-4-raj.khem@gmail.com
State Accepted
Commit c6b76a898755197d74a5b66e7fb1d2884b9d8928
Headers show
Series [oe,meta-python,1/5] python-pyflame: Disable for mips arch | expand

Commit Message

Khem Raj Aug. 27, 2018, 5:47 p.m. UTC
Support does not exist

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.18.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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).*"
 COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
 COMPATIBLE_MACHINE_armv7a = "(!.*armv7a).*"
 COMPATIBLE_MACHINE_armv7ve = "(!.*armv7ve).*"
-COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
+# https://jira.mongodb.org/browse/SERVER-16898
+COMPATIBLE_HOST_mipsarch = "null"
 
 PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
 PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,,"