summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-09-13 16:27:53 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-13 09:55:03 -0700
commit0e3c62c5bc081afbed476408d5be8e1f846ec420 (patch)
treec16af87a55181cf01a1a0c92a5f894f11c9dd254 /meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
parent713540600dd16500114d2d38401ea910b5943e47 (diff)
downloadmeta-openembedded-0e3c62c5bc081afbed476408d5be8e1f846ec420.tar.gz
flatbuffers: upgrade 2.0.6 -> 2.0.8
* upgrade python3-flatbuffers as well * make sure that flatbuffers and python3-flatbuffers are using the same codebase Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb15
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 @@
1SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
2HOMEPAGE = "https://github.com/google/flatbuffers"
3SECTION = "console/tools"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7require flatbuffers.inc
8
9S = "${WORKDIR}/git/python"
10
11RDEPENDS:${PN} = "flatbuffers"
12
13inherit setuptools3
14
15BBCLASSEXTEND = "native"