summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-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}