aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mongodb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-08-09 08:40:39 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-15 12:31:58 +0200
commit7e2e4421da9c34df218ee447bdb7ee22f84a35d1 (patch)
tree35563e316430f96f698eb9c2933bdacf4ac926f8 /meta-oe/recipes-support/mongodb
parent8ddc1b0bc54d90ca198160d1145089144339762b (diff)
downloadmeta-openembedded-contrib-7e2e4421da9c34df218ee447bdb7ee22f84a35d1.tar.gz
mongodb: failes to build on ppc
Checking if C compiler "powerpc-poky-linux-gcc -m32 -mhard-float -mcpu=7400 -mno-spe --sysroot=/home/..../poky/build/tmp/sysroots/qemuppc" is GCC... yes | KeyError: 'powerpc': add powerpc to COMPATIBLE_MACHINE. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mongodb')
-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 6522a671e4..cb6c1b3434 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"
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
+COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,,"