Upgrade flatbuffers to version 24.3.25

Signed-off-by: Feng Guo <feng.guo@nxp.com>
This commit is contained in:
Feng Guo 2024-12-11 00:12:49 +08:00 committed by Neena Busireddy
parent 8e66b4a021
commit 2aea8b7511
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ RDEPENDS:${PN}-dev += "${PN}-compiler"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "7d6d99c6befa635780a4e944d37ebfd58e68a108" SRCREV = "e6463926479bd6b330cbcf673f7e917803fd5831"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"

View File

@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "7d6d99c6befa635780a4e944d37ebfd58e68a108" SRCREV = "e6463926479bd6b330cbcf673f7e917803fd5831"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
S = "${WORKDIR}/git/python" S = "${WORKDIR}/git/python"
RDEPENDS:${PN} = "flatbuffers" RDEPENDS:${PN} = "flatbuffers"
inherit setuptools3 inherit setuptools3