diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-09 08:36:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-09 20:06:54 -0700 |
commit | 3ada70df7c8e5a8e8db3605d9358d70d89e818e2 (patch) | |
tree | 7f5813f454c1f03ab3a70f3af706571e5f271cd4 /meta-oe/recipes-devtools/flatbuffers | |
parent | 525dbf76ab192b2c050d8750bce4cabc4453e2a0 (diff) | |
download | meta-openembedded-3ada70df7c8e5a8e8db3605d9358d70d89e818e2.tar.gz |
flatbuffers: upgrade 2.0.8 -> 22.9.29
Changelog:
==========
Moves swift package to root of repository so it can be used directly
Rust soundness fixes by @tustvold in #7518
[TS] Make strict compliant and improve typings
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers')
-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 ebdd944980..fc85e571ee 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |||
@@ -1,3 +1,3 @@ | |||
1 | PV = "2.0.8" | 1 | PV = "22.9.29" |
2 | SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721" | 2 | SRCREV = "c92e78a9f841a6110ec27180d68d1f7f2afda21d" |
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" |