Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 1 | SUMMARY = "Memory Efficient Serialization Library - Python3 Modules" |
| 2 | HOMEPAGE = "https://github.com/google/flatbuffers" |
| 3 | SECTION = "console/tools" |
| 4 | LICENSE = "Apache-2.0" |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame^] | 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 6 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 7 | require flatbuffers.inc |
| 8 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 9 | S = "${WORKDIR}/git/python" |
| 10 | |
| 11 | RDEPENDS:${PN} = "flatbuffers" |
| 12 | |
| 13 | inherit setuptools3 |
| 14 | |
| 15 | BBCLASSEXTEND = "native" |