diff options
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb')
-rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index ee5c77a85d..23515d9fa8 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -37,7 +37,7 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ | |||
37 | file://0001-Fix-type-mismatch-on-32bit-arches.patch \ | 37 | file://0001-Fix-type-mismatch-on-32bit-arches.patch \ |
38 | file://0001-Fix-build-on-32bit.patch \ | 38 | file://0001-Fix-build-on-32bit.patch \ |
39 | " | 39 | " |
40 | SRC_URI:append:libc-musl ="\ | 40 | SRC_URI:append:libc-musl = "\ |
41 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ | 41 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ |
42 | file://0002-Fix-default-stack-size-to-256K.patch \ | 42 | file://0002-Fix-default-stack-size-to-256K.patch \ |
43 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ | 43 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ |
@@ -48,7 +48,6 @@ SRC_URI:append:toolchain-clang = "\ | |||
48 | file://0001-asio-Dont-use-experimental-with-clang.patch \ | 48 | file://0001-asio-Dont-use-experimental-with-clang.patch \ |
49 | " | 49 | " |
50 | 50 | ||
51 | S = "${WORKDIR}/git" | ||
52 | 51 | ||
53 | CVE_STATUS[CVE-2014-8180] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." | 52 | CVE_STATUS[CVE-2014-8180] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." |
54 | CVE_STATUS[CVE-2017-2665] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." | 53 | CVE_STATUS[CVE-2017-2665] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." |
@@ -73,10 +72,6 @@ WIREDTIGER ?= "off" | |||
73 | WIREDTIGER:x86-64 = "on" | 72 | WIREDTIGER:x86-64 = "on" |
74 | WIREDTIGER:aarch64 = "on" | 73 | WIREDTIGER:aarch64 = "on" |
75 | 74 | ||
76 | # ld.gold: fatal error: build/59f4f0dd/mongo/mongod: Structure needs cleaning | ||
77 | LDFLAGS:append:x86:libc-musl = " -fuse-ld=bfd" | ||
78 | LDFLAGS:remove:toolchain-clang = "-fuse-ld=bfd" | ||
79 | |||
80 | EXTRA_OESCONS = "PREFIX=${prefix} \ | 75 | EXTRA_OESCONS = "PREFIX=${prefix} \ |
81 | DESTDIR=${D} \ | 76 | DESTDIR=${D} \ |
82 | MAXLINELENGTH='2097152' \ | 77 | MAXLINELENGTH='2097152' \ |