diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-05-11 10:38:24 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 11:07:08 -0700 |
| commit | c04080a70369e1fc9913a467ea99a3f44ee2a836 (patch) | |
| tree | 4d9e726dd6207a747ab1fe3db6640e22643b8335 /meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |
| parent | 026638c2924d8bafdd4f788576cef89d31038478 (diff) | |
| download | meta-openembedded-c04080a70369e1fc9913a467ea99a3f44ee2a836.tar.gz | |
mongodb: Do not use MINSIGSTKSZ
glibc 2.34 has made MINSIGSTKSZ non-constant
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 1 |
1 files changed, 1 insertions, 0 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 54178bf75a..cfa2bc18c2 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 | |||
| @@ -29,6 +29,7 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4 \ | |||
| 29 | file://0001-include-needed-c-header.patch \ | 29 | file://0001-include-needed-c-header.patch \ |
| 30 | file://disable_runtime_check.patch \ | 30 | file://disable_runtime_check.patch \ |
| 31 | file://ppc64_ARCH_BITS.patch \ | 31 | file://ppc64_ARCH_BITS.patch \ |
| 32 | file://0001-Do-not-use-MINSIGSTKSZ.patch \ | ||
| 32 | " | 33 | " |
| 33 | SRC_URI_append_libc-musl ="\ | 34 | SRC_URI_append_libc-musl ="\ |
| 34 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ | 35 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ |
