diff options
-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 3e77ac32f3..e7e03a4e14 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." |