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>
This commit is contained in:
Markus Volk 2022-09-13 16:27:53 +02:00 committed by Khem Raj
parent 713540600d
commit 0e3c62c5bc
3 changed files with 8 additions and 7 deletions

View File

@ -2,6 +2,9 @@ SUMMARY = "Memory Efficient Serialization Library"
HOMEPAGE = "https://github.com/google/flatbuffers"
SECTION = "console/tools"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
require flatbuffers.inc
PACKAGE_BEFORE_PN = "${PN}-compiler"
@ -10,10 +13,6 @@ DEPENDS = "flatbuffers-native"
RDEPENDS:${PN}-compiler = "${PN}"
RDEPENDS:${PN}-dev += "${PN}-compiler"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
CVE_CHECK_IGNORE += "CVE-2020-35864"

View File

@ -0,0 +1,3 @@
PV = "2.0.8"
SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"

View File

@ -2,11 +2,10 @@ SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
HOMEPAGE = "https://github.com/google/flatbuffers"
SECTION = "console/tools"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
require flatbuffers.inc
S = "${WORKDIR}/git/python"
RDEPENDS:${PN} = "flatbuffers"