summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'