summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb (renamed from meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.6.bb)7
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc3
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb (renamed from meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb)5
3 files changed, 8 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.6.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb
index 3ca4772100..f4a8b020a8 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.6.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb
@@ -2,6 +2,9 @@ SUMMARY = "Memory Efficient Serialization Library"
2HOMEPAGE = "https://github.com/google/flatbuffers" 2HOMEPAGE = "https://github.com/google/flatbuffers"
3SECTION = "console/tools" 3SECTION = "console/tools"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7require flatbuffers.inc
5 8
6PACKAGE_BEFORE_PN = "${PN}-compiler" 9PACKAGE_BEFORE_PN = "${PN}-compiler"
7 10
@@ -10,10 +13,6 @@ DEPENDS = "flatbuffers-native"
10RDEPENDS:${PN}-compiler = "${PN}" 13RDEPENDS:${PN}-compiler = "${PN}"
11RDEPENDS:${PN}-dev += "${PN}-compiler" 14RDEPENDS:${PN}-dev += "${PN}-compiler"
12 15
13LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
14
15SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396"
16SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19CVE_CHECK_IGNORE += "CVE-2020-35864" 18CVE_CHECK_IGNORE += "CVE-2020-35864"
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
new file mode 100644
index 0000000000..ebdd944980
--- /dev/null
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
@@ -0,0 +1,3 @@
1PV = "2.0.8"
2SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721"
3SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
index 84c80444b7..fb5b86ddea 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
@@ -2,11 +2,10 @@ SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
2HOMEPAGE = "https://github.com/google/flatbuffers" 2HOMEPAGE = "https://github.com/google/flatbuffers"
3SECTION = "console/tools" 3SECTION = "console/tools"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5
6LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
7 6
8SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5" 7require flatbuffers.inc
9SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" 8
10S = "${WORKDIR}/git/python" 9S = "${WORKDIR}/git/python"
11 10
12RDEPENDS:${PN} = "flatbuffers" 11RDEPENDS:${PN} = "flatbuffers"