diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:50:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 11:28:51 -0700 |
| commit | c0159f81ee3ba2ab0d246ed818ce01e8c6e6ed96 (patch) | |
| tree | b403c4317921b4a16edd9935ee885dfe8348bcb2 | |
| parent | 3b614b0b64e5eca12a76166df678ae2332534a5f (diff) | |
| download | meta-openembedded-c0159f81ee3ba2ab0d246ed818ce01e8c6e6ed96.tar.gz | |
python3-flatbuffers: upgrade 24.3.7 -> 24.3.25
Changelog:
============
-Fix License
-Fix handling non null-terminated string_views in LookupByKey
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 fb9f97bc16..8f6c4c68f1 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | PV = "24.3.7" | 1 | PV = "24.3.25" |
| 2 | SRCREV = "6ff9e90e7e399f3977e99a315856b57c8afe5b4d" | 2 | SRCREV = "595bf0007ab1929570c7671f091313c8fc20644e" |
| 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" |
