diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-09-13 16:27:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-13 09:55:03 -0700 |
| commit | 0e3c62c5bc081afbed476408d5be8e1f846ec420 (patch) | |
| tree | c16af87a55181cf01a1a0c92a5f894f11c9dd254 /meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |
| parent | 713540600dd16500114d2d38401ea910b5943e47 (diff) | |
| download | meta-openembedded-0e3c62c5bc081afbed476408d5be8e1f846ec420.tar.gz | |
flatbuffers: upgrade 2.0.6 -> 2.0.8
* upgrade python3-flatbuffers as well
* make sure that flatbuffers and python3-flatbuffers are using the same codebase
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc new file mode 100644 index 0000000000..ebdd944980 --- /dev/null +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | PV = "2.0.8" | ||
| 2 | SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721" | ||
| 3 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | ||
