blob: fb5b86ddead455618deecb49713d2dce500320d4 [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
2HOMEPAGE = "https://github.com/google/flatbuffers"
3SECTION = "console/tools"
4LICENSE = "Apache-2.0"
Andrew Geissler615f2f12022-07-15 14:00:58 -05005LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007require flatbuffers.inc
8
Andrew Geissler615f2f12022-07-15 14:00:58 -05009S = "${WORKDIR}/git/python"
10
11RDEPENDS:${PN} = "flatbuffers"
12
13inherit setuptools3
14
15BBCLASSEXTEND = "native"