diff options
| -rw-r--r-- | meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 6 |
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 53a9f66117..0f9000359a 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 | " |
| 26 | SRC_URI_append_libc-musl ="\ | 25 | SRC_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 | |||
| 30 | SRC_URI_append_toolchain-clang = "\ | ||
| 31 | file://0001-asio-Dont-use-experimental-with-clang.patch \ | ||
| 32 | " | ||
| 33 | |||
| 30 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 31 | 35 | ||
| 32 | COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux' | 36 | COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux' |
