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" |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 7 | |
| 8 | SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396" |
| 9 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" |
| 10 | S = "${WORKDIR}/git/python" |
| 11 | |
| 12 | RDEPENDS:${PN} = "flatbuffers" |
| 13 | |
| 14 | inherit setuptools3 |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |