meta-imx/meta-imx-ml/recipes-devtools/flatbuffers/python3-flatbuffers_24.3.25.bb
Feng Guo 2aea8b7511 Upgrade flatbuffers to version 24.3.25
Signed-off-by: Feng Guo <feng.guo@nxp.com>
2024-12-10 19:50:55 +01:00

15 lines
461 B
BlitzBasic

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;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "e6463926479bd6b330cbcf673f7e917803fd5831"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
S = "${WORKDIR}/git/python"
RDEPENDS:${PN} = "flatbuffers"
inherit setuptools3