package/flatbuffers: bump version to 24.3.25

Updated project URL, rebased patch.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2024-08-03 12:48:05 +02:00
committed by Thomas Petazzoni
parent 85e4ad837e
commit 358261b319
4 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ Fixes:
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Upstream status: Rejected:
https://github.com/google/flatbuffers/pull/6773]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
(rebased and added fix for uClibc-build)
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
(rebased and added fix for uClibc-build, rebased again for 24.3.25)
---
include/flatbuffers/base.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -40,7 +40,7 @@ diff --git a/include/flatbuffers/base.h b/include/flatbuffers/base.h
index de7898dc..101c7598 100644
--- a/include/flatbuffers/base.h
+++ b/include/flatbuffers/base.h
@@ -264,7 +264,8 @@ namespace flatbuffers {
@@ -270,7 +270,8 @@ namespace flatbuffers {
// strtoull_l}.
#if (defined(_MSC_VER) && _MSC_VER >= 1800) || \
(defined(__ANDROID_API__) && __ANDROID_API__>= 21) || \

View File

@@ -8,7 +8,7 @@ config BR2_PACKAGE_FLATBUFFERS
Python. It was originally created at Google for game
development and other performance-critical applications.
http://google.github.io/flatbuffers/
https://flatbuffers.dev
comment "flatbuffers needs a toolchain w/ C++, gcc >= 4.7"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7

View File

@@ -1,3 +1,3 @@
# Locally computed:
sha256 1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3 flatbuffers-23.5.26.tar.gz
sha256 4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed flatbuffers-24.3.25.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
FLATBUFFERS_VERSION = 23.5.26
FLATBUFFERS_VERSION = 24.3.25
FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
FLATBUFFERS_LICENSE = Apache-2.0
FLATBUFFERS_LICENSE_FILES = LICENSE