From 3d2375cb0242f3cc6504f9363fd56708a122b5a8 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Thu, 1 Sep 2022 18:17:35 +0800 Subject: python3-flatbuffers: upgrade 2.0.6 -> 2.0.7 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../flatbuffers/python3-flatbuffers_2.0.6.bb | 16 ---------------- .../flatbuffers/python3-flatbuffers_2.0.7.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb create mode 100644 meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb deleted file mode 100644 index 7c05e76d9a..0000000000 --- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Memory Efficient Serialization Library - Python3 Modules" -HOMEPAGE = "https://github.com/google/flatbuffers" -SECTION = "console/tools" -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396" -SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" -S = "${WORKDIR}/git/python" - -RDEPENDS:${PN} = "flatbuffers" - -inherit setuptools3 - -BBCLASSEXTEND = "native" 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 @@ +SUMMARY = "Memory Efficient Serialization Library - Python3 Modules" +HOMEPAGE = "https://github.com/google/flatbuffers" +SECTION = "console/tools" +LICENSE = "Apache-2.0" + +LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5" +SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" +S = "${WORKDIR}/git/python" + +RDEPENDS:${PN} = "flatbuffers" + +inherit setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf