mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
- Try to add convert and apply statuses for old CVEs - Drop some obsolete ignores, while they are not relevant for current version Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
720 B
BlitzBasic
29 lines
720 B
BlitzBasic
SUMMARY = "Memory Efficient Serialization Library"
|
|
HOMEPAGE = "https://github.com/google/flatbuffers"
|
|
SECTION = "console/tools"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
require flatbuffers.inc
|
|
|
|
PACKAGE_BEFORE_PN = "${PN}-compiler"
|
|
|
|
DEPENDS = "flatbuffers-native"
|
|
|
|
RDEPENDS:${PN}-compiler = "${PN}"
|
|
RDEPENDS:${PN}-dev += "${PN}-compiler"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DFLATBUFFERS_BUILD_TESTS=OFF \
|
|
-DFLATBUFFERS_BUILD_SHAREDLIB=ON \
|
|
"
|
|
EXTRA_OECMAKE:append:class-target = " -DFLATBUFFERS_FLATC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/flatc"
|
|
|
|
inherit cmake python3native
|
|
|
|
FILES:${PN}-compiler = "${bindir}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|