Go to file
Ivan Stepic 1e9bf08cca flatbuffers: adapt for cross-compilation environments
Flatbuffers contains a library and a schema compiler. The package
contains cmake files to discover the libraries and the compiler tool.
Currently, all of these cmake files are installed into the target
sysroot. However, the compiler utility isn't installed into the sysroot
(as it is not runnable on the build machine).

When an application that depends on flatbuffers gets built, it uses
flatbuffers' exported cmake targets to configure the project. One of the
exported targets is FlatcTarget.cmake which expects to see flatc binary
in /usr/bin of the sysroot. Since binaries for target don't end up in
target sysroot, cmake configuration fails.

This patch addresses this problem of flatbuffers' build infrastructure
in cross-compiling environments. By removing FlatcTarget.cmake for
target builds from the sysroot we essentially skip this step of
flatbuffers' configuration.

Signed-off-by: Ivan Stepic <Ivan.Stepic@bmw.de>
Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com>
2022-11-25 10:35:23 -05:00
contrib pw-am.sh: update to new patcwork system 2022-03-27 08:18:20 -07:00
meta-filesystems ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3 2022-11-25 10:35:23 -05:00
meta-gnome recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
meta-multimedia bigbuckbunny-1080p: update SRC_URI 2022-08-02 06:59:38 -07:00
meta-networking strongswan: Fix CVE-2022-40617 2022-11-25 10:35:23 -05:00
meta-oe flatbuffers: adapt for cross-compilation environments 2022-11-25 10:35:23 -05:00
meta-perl recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
meta-python python3-lxml: CVE-2022-2309 NULL Pointer Dereference allows attackers to cause a denial of service 2022-09-11 13:49:52 -04:00
meta-webserver nginx: CVE-2022-41741, CVE-2022-41742 Memory corruption in the ngx_http_mp4_module 2022-11-25 10:35:23 -05:00
meta-xfce recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00

Collection of layers for the OE-core universe

dunfell maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories