added my Recipes
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
SUMMARY = "Memory Efficient Serialization Library"
|
||||
HOMEPAGE = "https://github.com/google/flatbuffers"
|
||||
SECTION = "console/tools"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;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"
|
||||
|
||||
CVE_CHECK_IGNORE += "CVE-2020-35864"
|
||||
|
||||
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"
|
||||
@@ -0,0 +1,3 @@
|
||||
PV = "23.1.4"
|
||||
SRCREV = "af9ceabeef1a10c1004e2741f8c0c090ca59e5af"
|
||||
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
|
||||
@@ -0,0 +1,15 @@
|
||||
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.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
require flatbuffers.inc
|
||||
|
||||
S = "${WORKDIR}/git/python"
|
||||
|
||||
RDEPENDS:${PN} = "flatbuffers"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user