diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-09-13 16:27:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-13 09:55:03 -0700 |
| commit | 0e3c62c5bc081afbed476408d5be8e1f846ec420 (patch) | |
| tree | c16af87a55181cf01a1a0c92a5f894f11c9dd254 /meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | |
| parent | 713540600dd16500114d2d38401ea910b5943e47 (diff) | |
| download | meta-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.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" | ||
