diff options
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 | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 15 | 15 | ||
| 16 | SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7" | 16 | SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113" |
| 17 | |||
| 18 | SRC_URI = "git://github.com/google/flatbuffers.git" | 17 | SRC_URI = "git://github.com/google/flatbuffers.git" |
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 19 | ||
| 20 | CVE_CHECK_WHITELIST += "CVE-2020-35864" | 20 | CVE_CHECK_WHITELIST += "CVE-2020-35864" |
| 21 | 21 | ||
| @@ -31,8 +31,6 @@ EXTRA_OECMAKE += "\ | |||
| 31 | 31 | ||
| 32 | inherit cmake | 32 | inherit cmake |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git" | ||
| 35 | |||
| 36 | do_install_append() { | 34 | do_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} |
