All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 24.3.25
@ 2024-08-03 10:48 Bernd Kuhls
  2024-08-03 20:30 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:48 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Updated project URL, rebased patch.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .../0001-include-flatbuffers-base.h-fix-build-on-musl.patch | 6 +++---
 package/flatbuffers/Config.in                               | 2 +-
 package/flatbuffers/flatbuffers.hash                        | 2 +-
 package/flatbuffers/flatbuffers.mk                          | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/flatbuffers/0001-include-flatbuffers-base.h-fix-build-on-musl.patch b/package/flatbuffers/0001-include-flatbuffers-base.h-fix-build-on-musl.patch
index 82feca3e39..872db03045 100644
--- a/package/flatbuffers/0001-include-flatbuffers-base.h-fix-build-on-musl.patch
+++ b/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>
 [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) || \
diff --git a/package/flatbuffers/Config.in b/package/flatbuffers/Config.in
index 992738282f..878bbd0d6d 100644
--- a/package/flatbuffers/Config.in
+++ b/package/flatbuffers/Config.in
@@ -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
diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
index 3c3a90d6f3..ac2c9fc63a 100644
--- a/package/flatbuffers/flatbuffers.hash
+++ b/package/flatbuffers/flatbuffers.hash
@@ -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
diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
index 3998a25cdf..33481eabf8 100644
--- a/package/flatbuffers/flatbuffers.mk
+++ b/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_LICENSE = Apache-2.0
 FLATBUFFERS_LICENSE_FILES = LICENSE
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 24.3.25
  2024-08-03 10:48 [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 24.3.25 Bernd Kuhls
@ 2024-08-03 20:30 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-03 20:30 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Fabrice Fontaine, buildroot

On Sat,  3 Aug 2024 12:48:05 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Updated project URL, rebased patch.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  .../0001-include-flatbuffers-base.h-fix-build-on-musl.patch | 6 +++---
>  package/flatbuffers/Config.in                               | 2 +-
>  package/flatbuffers/flatbuffers.hash                        | 2 +-
>  package/flatbuffers/flatbuffers.mk                          | 2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-03 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 10:48 [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 24.3.25 Bernd Kuhls
2024-08-03 20:30 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.