summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatbuffers
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-05-24 00:33:51 +0200
committerKhem Raj <raj.khem@gmail.com>2021-05-24 07:39:35 -0700
commit79053240dc9d686f068e597467dd822458b40074 (patch)
tree37ad2b3c6fe8761562103cfff3d284c4af8ef306 /meta-oe/recipes-devtools/flatbuffers
parenteb5c798422dfc1fb10c25282c89d92fc059577cc (diff)
downloadmeta-openembedded-79053240dc9d686f068e597467dd822458b40074.tar.gz
flatbuffers: upgrade 1.12.0 -> 2.0.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb (renamed from meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
index bbc2a4a1d6..f4f08012b5 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
@@ -13,9 +13,9 @@ RDEPENDS_${PN}-dev += "${PN}-compiler"
13 13
14LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 14LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
15 15
16SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7" 16SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113"
17
18SRC_URI = "git://github.com/google/flatbuffers.git" 17SRC_URI = "git://github.com/google/flatbuffers.git"
18S = "${WORKDIR}/git"
19 19
20CVE_CHECK_WHITELIST += "CVE-2020-35864" 20CVE_CHECK_WHITELIST += "CVE-2020-35864"
21 21
@@ -31,8 +31,6 @@ EXTRA_OECMAKE += "\
31 31
32inherit cmake 32inherit cmake
33 33
34S = "${WORKDIR}/git"
35
36do_install_append() { 34do_install_append() {
37 install -d ${D}${PYTHON_SITEPACKAGES_DIR} 35 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
38 cp -rf ${S}/python/flatbuffers ${D}${PYTHON_SITEPACKAGES_DIR} 36 cp -rf ${S}/python/flatbuffers ${D}${PYTHON_SITEPACKAGES_DIR}