diff options
| -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.inc | 3 | ||||
| -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" | |||
| 2 | HOMEPAGE = "https://github.com/google/flatbuffers" | 2 | HOMEPAGE = "https://github.com/google/flatbuffers" |
| 3 | SECTION = "console/tools" | 3 | SECTION = "console/tools" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | require flatbuffers.inc | ||
| 5 | 8 | ||
| 6 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 9 | PACKAGE_BEFORE_PN = "${PN}-compiler" |
| 7 | 10 | ||
| @@ -10,10 +13,6 @@ DEPENDS = "flatbuffers-native" | |||
| 10 | RDEPENDS:${PN}-compiler = "${PN}" | 13 | RDEPENDS:${PN}-compiler = "${PN}" |
| 11 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 14 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
| 12 | 15 | ||
| 13 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 14 | |||
| 15 | SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396" | ||
| 16 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | ||
| 17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 18 | 17 | ||
| 19 | CVE_CHECK_IGNORE += "CVE-2020-35864" | 18 | CVE_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 @@ | |||
| 1 | PV = "2.0.8" | ||
| 2 | SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721" | ||
| 3 | SRC_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" | |||
| 2 | HOMEPAGE = "https://github.com/google/flatbuffers" | 2 | HOMEPAGE = "https://github.com/google/flatbuffers" |
| 3 | SECTION = "console/tools" | 3 | SECTION = "console/tools" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 7 | 6 | ||
| 8 | SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5" | 7 | require flatbuffers.inc |
| 9 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | 8 | |
| 10 | S = "${WORKDIR}/git/python" | 9 | S = "${WORKDIR}/git/python" |
| 11 | 10 | ||
| 12 | RDEPENDS:${PN} = "flatbuffers" | 11 | RDEPENDS:${PN} = "flatbuffers" |
