mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 15:51:17 +00:00
f3768d32335da947f8b22d7399ccff653b94dd88
rav1e's default features include git_version, which pulls built/git2 and thus libgit2-sys into build.rs -- a *build-dependency*, so it is probed and linked for the build host. cargo_common exports LIBGIT2_NO_VENDOR, so libgit2-sys probes pkg-config, which points at the target sysroot, and the host link then picks up the target's libm.so linker script. That script names absolute target paths (/usr/lib/libm.so.6), which only resolve on the build host when host and target architectures differ enough for ld to skip the script as incompatible, so this breaks on aarch64 hosts building aarch64 targets. git_version only embeds a git hash in the version string, which is meaningless here, so drop it and keep the rest of the default feature set. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%