diff options
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb new file mode 100644 index 0000000000..fb5b86ddea --- /dev/null +++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | require flatbuffers.inc | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git/python" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "flatbuffers" | ||
| 12 | |||
| 13 | inherit setuptools3 | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native" | ||
