Sfoglia il codice sorgente

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>
Bernd Kuhls 1 anno fa
parent
commit
358261b319

+ 3 - 3
package/flatbuffers/0001-include-flatbuffers-base.h-fix-build-on-musl.patch

@@ -30,8 +30,8 @@ Fixes:
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 [Upstream status: Rejected:
 [Upstream status: Rejected:
  https://github.com/google/flatbuffers/pull/6773]
  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 +-
  include/flatbuffers/base.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
  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
 index de7898dc..101c7598 100644
 --- a/include/flatbuffers/base.h
 --- a/include/flatbuffers/base.h
 +++ b/include/flatbuffers/base.h
 +++ b/include/flatbuffers/base.h
-@@ -264,7 +264,8 @@ namespace flatbuffers {
+@@ -270,7 +270,8 @@ namespace flatbuffers {
    // strtoull_l}.
    // strtoull_l}.
    #if (defined(_MSC_VER) && _MSC_VER >= 1800) || \
    #if (defined(_MSC_VER) && _MSC_VER >= 1800) || \
        (defined(__ANDROID_API__) && __ANDROID_API__>= 21) || \
        (defined(__ANDROID_API__) && __ANDROID_API__>= 21) || \

+ 1 - 1
package/flatbuffers/Config.in

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

+ 1 - 1
package/flatbuffers/flatbuffers.hash

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

+ 1 - 1
package/flatbuffers/flatbuffers.mk

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