summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb
diff options
context:
space:
mode:
authormark.yang <mark.yang@lge.com>2025-04-07 16:28:33 +0900
committerKhem Raj <raj.khem@gmail.com>2025-04-07 07:39:10 -0700
commit5cf1a1040501f467d9cd228c1a57a28f0e7ea926 (patch)
tree27c4d7de2b8fee5b822f919cb67cf1803e7c6e97 /meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb
parent1c848d99c9c50aa945930ac0928c5ea40c46bdb5 (diff)
downloadmeta-openembedded-5cf1a1040501f467d9cd228c1a57a28f0e7ea926.tar.gz
rocksdb: fix build with gcc-13
* From gcc 13, cstdint header must be explicitly included for uint_X data types. * See also: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb')
-rw-r--r--meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb
index 1e36d1fc4f..fefb6df8aa 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb
@@ -20,6 +20,8 @@ SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH};protocol=htt
20 file://static_library_as_option.patch \ 20 file://static_library_as_option.patch \
21 file://0001-CMakeLists.txt-Make-the-test-discovery-occur-on-targ.patch \ 21 file://0001-CMakeLists.txt-Make-the-test-discovery-occur-on-targ.patch \
22 file://run-ptest \ 22 file://run-ptest \
23 file://0001-Fix-build-error-with-gcc-13-by-adding-cstdint-header.patch \
24 file://0001-checkpoint.h-Add-missing-includes-cstdint.patch \
23 " 25 "
24 26
25SRC_URI:append:riscv32 = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" 27SRC_URI:append:riscv32 = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch"