diff mbox series

[meta-python] python3-flatbuffers: upgrade 2.0.6 -> 2.0.7

Message ID 1662027455-13158-1-git-send-email-zhengrq.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-flatbuffers: upgrade 2.0.6 -> 2.0.7 | expand

Commit Message

zhengrq.fnst@fujitsu.com Sept. 1, 2022, 10:17 a.m. UTC
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 ...ython3-flatbuffers_2.0.6.bb => python3-flatbuffers_2.0.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/flatbuffers/{python3-flatbuffers_2.0.6.bb => python3-flatbuffers_2.0.7.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
similarity index 89%
rename from meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb
rename to meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
index 7c05e76d9a..84c80444b7 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
@@ -5,7 +5,7 @@  LICENSE = "Apache-2.0"
 
 LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396"
+SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5"
 SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
 S = "${WORKDIR}/git/python"