meta-openembedded/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
Markus Volk 0e3c62c5bc 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>
2022-09-13 09:55:03 -07:00

16 lines
382 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"
require flatbuffers.inc
S = "${WORKDIR}/git/python"
RDEPENDS:${PN} = "flatbuffers"
inherit setuptools3
BBCLASSEXTEND = "native"