summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prince <vincent.prince.fr@gmail.com>2019-05-06 13:14:06 +0200
committerArmin Kuster <akuster808@gmail.com>2019-05-23 07:03:43 -0700
commit2a3bcf69c17973bed55125c7e36941291ece2a56 (patch)
treef18e71bd5a5f23afe341c6792dfb2a95b5430fd8
parent34ae8c0480a92f318fa5d20cb2eb250f4dbce9c7 (diff)
downloadmeta-openembedded-2a3bcf69c17973bed55125c7e36941291ece2a56.tar.gz
mongodb: Fix build with gcc
Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/mongodb/mongodb_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
index 53a9f6611..0f9000359 100644
--- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
@@ -21,12 +21,16 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.0 \
21 file://arm64-support.patch \ 21 file://arm64-support.patch \
22 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \ 22 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
23 file://0001-Support-deprecated-resolver-functions.patch \ 23 file://0001-Support-deprecated-resolver-functions.patch \
24 file://0001-asio-Dont-use-experimental-with-clang.patch \
25 " 24 "
26SRC_URI_append_libc-musl ="\ 25SRC_URI_append_libc-musl ="\
27 file://0002-Fix-default-stack-size-to-256K.patch \ 26 file://0002-Fix-default-stack-size-to-256K.patch \
28 file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ 27 file://0004-wiredtiger-Disable-strtouq-on-musl.patch \
29 " 28 "
29
30SRC_URI_append_toolchain-clang = "\
31 file://0001-asio-Dont-use-experimental-with-clang.patch \
32 "
33
30S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
31 35
32COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux' 36COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux'