mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 00:30:20 +00:00
Dropped setting PV in the recipe and included tag in the SRC_URI. Also dropped patches that are now merged in the upstream version. Changelog: https://github.com/dvidelabs/flatcc/releases/tag/v0.6.3 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
24 lines
758 B
BlitzBasic
24 lines
758 B
BlitzBasic
SUMMARY = "FlatCC FlatBuffers in C for C"
|
|
DESCRIPTION = "FlatCC is a compiler that generates FlatBuffers code for C \
|
|
given a FlatBuffer schema file."
|
|
HOMEPAGE = "https://github.com/dvidelabs/flatcc"
|
|
SECTION = "devel/lib"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b3d8fb7158bf7e2600ba3191428dc4ef"
|
|
|
|
SRC_URI = "git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master;tag=v${PV}"
|
|
SRCREV = "503799885b5517ea9d316c17e35471178c09e35a"
|
|
|
|
inherit cmake
|
|
|
|
# Enable installation for target
|
|
# Disable tests as is not possible to execute with cross-compilation
|
|
EXTRA_OECMAKE += " \
|
|
-DFLATCC_INSTALL=On \
|
|
-DFLATCC_TEST=Off \
|
|
-DFLATCC_ALLOW_WERROR=Off \
|
|
-DFLATCC_INSTALL_LIB=${baselib} \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|