diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-08-09 08:40:39 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-10 13:42:13 +0200 |
| commit | 6dc605ce4c9f7d180ba3cfa42f849db2e5caf240 (patch) | |
| tree | fb91ab6352f6daaecb77b391acee7ab12477ed42 | |
| parent | 0878357ffc3647dc3daa46609ef6ca6be7853fe9 (diff) | |
| download | meta-openembedded-6dc605ce4c9f7d180ba3cfa42f849db2e5caf240.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>
| -rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 |
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" | |||
| 27 | COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" | 27 | COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" |
| 28 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" | 28 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" |
| 29 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | 29 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" |
| 30 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | ||
| 30 | 31 | ||
| 31 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," | 32 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," |
| 32 | PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,," | 33 | PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,," |
