summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAwais Belal <awais.belal@gmail.com>2025-03-07 14:32:55 +0500
committerArmin Kuster <akuster808@gmail.com>2025-03-27 14:04:48 -0400
commitfdd18949760a1a178903eabdcdd18f6838fd0bbb (patch)
treedf6e6cb5b4988fc34d6906a8f985366a5f11238d
parent67ad83dd7c2485dae0c90eac345007af6195b84d (diff)
downloadmeta-openembedded-fdd18949760a1a178903eabdcdd18f6838fd0bbb.tar.gz
mongodb: update to 4.4.29
Move on to 4.4.29 and drop a patch that is not applicable anymore. Signed-off-by: Awais Belal <awais.belal@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch28
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb7
2 files changed, 3 insertions, 32 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch
deleted file mode 100644
index 8cee14889f..0000000000
--- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 5d8218b8a1b5bc71e2a0cf543a000e194daba599 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 29 Jan 2023 17:15:30 -0800
4Subject: [PATCH] free_mon: Include missing <cstdint>
5
6gcc 13 moved some includes around and as a result <cstdint> is no
7longer transitively included [1]. Explicitly include it
8for uintXX_t.
9
10[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
11
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13
14Upstream-Status: Pending
15---
16 src/mongo/db/free_mon/free_mon_options.h | 1 +
17 1 file changed, 1 insertion(+)
18
19--- a/src/mongo/db/free_mon/free_mon_options.h
20+++ b/src/mongo/db/free_mon/free_mon_options.h
21@@ -29,6 +29,7 @@
22
23 #pragma once
24
25+#include <cstdint>
26 #include <string>
27 #include <vector>
28
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 f7fd881713..5d904dd4f9 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
@@ -11,9 +11,9 @@ DEPENDS = "openssl libpcap zlib boost curl python3 \
11 11
12inherit scons dos2unix siteinfo python3native systemd useradd 12inherit scons dos2unix siteinfo python3native systemd useradd
13 13
14PV = "4.4.24" 14PV = "4.4.29"
15#v4.4.24 15#v4.4.29
16SRCREV = "0b86b9b7b42ad9970c5f818c527dd86c0634243a" 16SRCREV = "89d6ffe6fc67b36fd47aff6425087003966588e3"
17SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ 17SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \
18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ 18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \
19 file://0001-Use-long-long-instead-of-int64_t.patch \ 19 file://0001-Use-long-long-instead-of-int64_t.patch \
@@ -32,7 +32,6 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \
32 file://0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch \ 32 file://0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch \
33 file://0001-server-Adjust-the-cache-alignment-assumptions.patch \ 33 file://0001-server-Adjust-the-cache-alignment-assumptions.patch \
34 file://0001-The-std-lib-unary-binary_function-base-classes-are-d.patch \ 34 file://0001-The-std-lib-unary-binary_function-base-classes-are-d.patch \
35 file://0001-free_mon-Include-missing-cstdint.patch \
36 file://0001-apply-msvc-workaround-for-clang-16.patch \ 35 file://0001-apply-msvc-workaround-for-clang-16.patch \
37 file://0001-Fix-type-mismatch-on-32bit-arches.patch \ 36 file://0001-Fix-type-mismatch-on-32bit-arches.patch \
38 file://0001-Fix-build-on-32bit.patch \ 37 file://0001-Fix-build-on-32bit.patch \