meta-openembedded/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
zhengrq.fnst 3d2375cb02 python3-flatbuffers: upgrade 2.0.6 -> 2.0.7
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-03 12:20:15 -07:00

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