diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-25 10:15:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-25 11:58:25 -0700 |
commit | 1458e86911b9b883aafcae147f80faa25421b19c (patch) | |
tree | d2b99ef6ceb40870510b7a8bb4366b576e5db9eb /meta-oe/recipes-dbs | |
parent | 54f0796cb0f2ca98d4513e6434e4517fbc6b8067 (diff) | |
download | meta-openembedded-1458e86911b9b883aafcae147f80faa25421b19c.tar.gz |
mongodb: Remove non building arches from COMPATIBLE_HOST
c++17 is default now so we don't need to edit out c++11 options
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb index 3e77ac32f..e7e03a4e1 100644 --- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -36,11 +36,7 @@ SRC_URI_append_toolchain-clang = "\ | |||
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
38 | 38 | ||
39 | COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux' | 39 | COMPATIBLE_HOST ?= '(x86_64|powerpc64|aarch64).*-linux' |
40 | |||
41 | COMPATIBLE_HOST_arm = "null" | ||
42 | COMPATIBLE_HOST_libc-musl_x86 = "null" | ||
43 | COMPATIBLE_HOST_toolchain-clang_x86 = "null" | ||
44 | 40 | ||
45 | PACKAGECONFIG ??= "tcmalloc" | 41 | PACKAGECONFIG ??= "tcmalloc" |
46 | # gperftools compilation fails for arm below v7 because of missing support of | 42 | # gperftools compilation fails for arm below v7 because of missing support of |
@@ -66,10 +62,6 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \ | |||
66 | ${PACKAGECONFIG_CONFARGS} \ | 62 | ${PACKAGECONFIG_CONFARGS} \ |
67 | core" | 63 | core" |
68 | 64 | ||
69 | do_configure_prepend() { | ||
70 | # tests use hex floats, not supported in plain C++ | ||
71 | sed -e 's|-std=c++11|-std=gnu++11|g' -i ${S}/SConstruct | ||
72 | } | ||
73 | scons_do_compile() { | 65 | scons_do_compile() { |
74 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ | 66 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ |
75 | die "scons build execution failed." | 67 | die "scons build execution failed." |