mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
3750a34393
nativesdk support is needed in some of the projects for codegeneration Signed-off-by: Nisha Parrakat <nisha.m.parrakat@bmw.de> Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
388 B
BlitzBasic
16 lines
388 B
BlitzBasic
SUMMARY = "Memory Efficient Serialization Library - Python3 Modules"
|
|
HOMEPAGE = "https://github.com/google/flatbuffers"
|
|
SECTION = "console/tools"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
require flatbuffers.inc
|
|
|
|
S = "${WORKDIR}/git/python"
|
|
|
|
RDEPENDS:${PN} = "flatbuffers"
|
|
|
|
inherit setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|