From aff45d811c97986a7a17c173aa8fa66f3fa28292 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 23 Dec 2025 14:10:38 +0800 Subject: [PATCH] flatbuffers: upgrade 25.9.23 -> 25.12.19 Changelog: https://github.com/google/flatbuffers/releases/tag/v25.12.19 Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc index 8f40cbed4a..1168369f89 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc @@ -1,3 +1,3 @@ -PV = "25.9.23" -SRCREV = "187240970746d00bbd26b0f5873ed54d2477f9f3" -SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" +PV = "25.12.19" +SRCREV = "7e163021e59cca4f8e1e35a7c828b5c6b7915953" +SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https;tag=v${PV}"