summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
new file mode 100644
index 0000000000..84c80444b7
--- /dev/null
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
2HOMEPAGE = "https://github.com/google/flatbuffers"
3SECTION = "console/tools"
4LICENSE = "Apache-2.0"
5
6LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
7
8SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5"
9SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
10S = "${WORKDIR}/git/python"
11
12RDEPENDS:${PN} = "flatbuffers"
13
14inherit setuptools3
15
16BBCLASSEXTEND = "native"