blob: 5d3c73fd9a9a6c5b8fc59e1406d2da34efd9b556 [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"
Patrick Williamsb542dec2023-06-09 01:26:37 -05005LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
Andrew Geissler615f2f12022-07-15 14:00:58 -05006
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"