diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-24 00:33:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-24 07:39:35 -0700 |
| commit | 79053240dc9d686f068e597467dd822458b40074 (patch) | |
| tree | 37ad2b3c6fe8761562103cfff3d284c4af8ef306 /meta-oe/recipes-devtools/flatbuffers | |
| parent | eb5c798422dfc1fb10c25282c89d92fc059577cc (diff) | |
| download | meta-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 | ||
| 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} |
