summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/mongodb/mongodb_git.bb')
-rw-r--r--meta-oe/recipes-dbs/mongodb/mongodb_git.bb19
1 files changed, 11 insertions, 8 deletions
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
index bb3ff3b40..dd22388b5 100644
--- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
@@ -3,25 +3,28 @@ LICENSE = "AGPL-3.0 & Apache-2.0 & Zlib"
3LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \ 3LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \
4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6DEPENDS = "openssl libpcre libpcap zlib python boost" 6DEPENDS = "openssl libpcre libpcap zlib boost curl python \
7 python-setuptools-native python-typing-native \
8 python-pyyaml-native python-cheetah-native \
9 "
7 10
8inherit scons dos2unix siteinfo 11inherit scons dos2unix siteinfo pythonnative
9 12
10PV = "3.4.13+git${SRCPV}" 13PV = "4.0.1+git${SRCPV}"
11SRCREV = "fbdef2ccc53e0fcc9afb570063633d992b2aae42" 14#v4.0.1
12SRC_URI = "git://github.com/mongodb/mongo.git;branch=v3.4 \ 15SRCREV = "54f1582fc6eb01de4d4c42f26fc133e623f065fb"
16SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.0 \
13 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ 17 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \
14 file://0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch \
15 file://0001-Use-long-long-instead-of-int64_t.patch \ 18 file://0001-Use-long-long-instead-of-int64_t.patch \
16 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ 19 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \
17 file://0001-Use-strerror_r-only-on-glibc-systems.patch \
18 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \ 20 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \
19 file://0003-Conditionalize-glibc-specific-strerror_r.patch \
20 file://arm64-support.patch \ 21 file://arm64-support.patch \
21 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \ 22 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
22 file://disable-hw-crc32-on-arm64-s390x.patch \ 23 file://disable-hw-crc32-on-arm64-s390x.patch \
24 file://0001-Support-deprecated-resolver-functions.patch \
23 " 25 "
24SRC_URI_append_libc-musl ="\ 26SRC_URI_append_libc-musl ="\
27 file://0002-Fix-default-stack-size-to-256K.patch \
25 file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ 28 file://0004-wiredtiger-Disable-strtouq-on-musl.patch \
26 " 29 "
27S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"