diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:45:35 -0800 |
| commit | 3322157fda49aa0904c876fabcb8a5fd491ec882 (patch) | |
| tree | bec3a99c579427316e7e6299241e992cbd21953a | |
| parent | 5d75f44b6ff3187086ee40dcd5c551f7c6b69202 (diff) | |
| download | meta-openembedded-3322157fda49aa0904c876fabcb8a5fd491ec882.tar.gz | |
flatbuffers: upgrade 24.12.23 -> 25.1.24
Changelog:
=============
* Mostly related to bazel build support.
* Min bazel supported is now 7 or higher, as WORKSPACE files are removed
* Minor C++ codegen fix removing extra semicolon
* Rust Full Reflection
* Mostly documentation updates hosted at https://flatbuffers.dev
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc index 39639a05f1..e0b5a8c631 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | PV = "24.12.23" | 1 | PV = "25.1.24" |
| 2 | SRCREV = "a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757" | 2 | SRCREV = "0312061985dbaaf6b068006383946ac6095f5b63" |
| 3 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | 3 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" |
