On 12/20/24 11:52 AM, Denys Dmytriyenko wrote:
On Fri, Dec 20, 2024 at 10:49:09AM -0600, Andrew Davis via
lists.yoctoproject.org wrote:
This was used for TFlite and ARMNN before it was included in meta-oe.
A newer better maintained version of this is in meta-oe now.
This was already merged?
https://git.yoctoproject.org/meta-arago/commit/?id=5b89c02419ba9dc6a2025019f55f46f4f12ea052
Was merged to master, didn't realize it would be needed here on scarthgap.
Probably should have made this patch [scarthgap] only, but the second
patch in this series can go into both scarthgap/master.
Andrew
Signed-off-by: Andrew Davis <[email protected]>
---
.../flatbuffers/flatbuffers_1.11.0.bb | 34 -------------------
1 file changed, 34 deletions(-)
delete mode 100644
meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
diff --git
a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
deleted file mode 100644
index 7f7b8b99..00000000
--- a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-SUMMARY = "Memory Efficient Serialization Library"
-HOMEPAGE = "https://github.com/google/flatbuffers"
-SECTION = "console/tools"
-LICENSE = "Apache-2.0"
-
-PACKAGE_BEFORE_PN = "${PN}-compiler"
-
-RDEPENDS:${PN}-compiler = "${PN}"
-RDEPENDS:${PN}-dev += "${PN}-compiler"
-
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a873c5645c184d51e0f9b34e1d7cf559"
-
-SRCREV = "bf9eb67ab9371755c6bcece13cadc7693bcbf264"
-
-SRC_URI =
"git://github.com/google/flatbuffers.git;protocol=https;branch=master"
-
-# Make sure C++11 is used, required for example for GCC 4.9
-CXXFLAGS += "-std=c++11"
-BUILD_CXXFLAGS += "-std=c++11"
-
-# BUILD_TYPE=Release is required, otherwise flatc is not installed
-EXTRA_OECMAKE += "\
- -DCMAKE_BUILD_TYPE=Release \
- -DFLATBUFFERS_BUILD_TESTS=OFF \
- -DFLATBUFFERS_BUILD_SHAREDLIB=ON \
-"
-
-inherit cmake
-
-S = "${WORKDIR}/git"
-
-FILES:${PN}-compiler = "${bindir}"
-
-BBCLASSEXTEND = "native nativesdk"
--
2.39.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15683):
https://lists.yoctoproject.org/g/meta-arago/message/15683
Mute This Topic: https://lists.yoctoproject.org/mt/110217284/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-